Merge pull request #153 from matthiasclasen/bubblewrap-autogen

autogen.sh: Look for bubblewrap submodule too
tingping/wmclass
Alexander Larsson 2016-05-04 08:35:56 +02:00
commit 3bdae174e9
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ fi
# regenerated from their corresponding *.in files by ./configure anyway.
touch INSTALL
if ! test -f libglnx/README.md; then
if ! test -f libglnx/README.md -a -f bubblewrap/README.md; then
git submodule update --init
fi
# Workaround automake bug with subdir-objects and computed paths