mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
desktop/gnome-photos: Check executable update-gdk-pixbuf-loaders.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5b6c4a5e05
commit
8c7cd9284a
1 changed files with 3 additions and 1 deletions
|
@ -79,7 +79,9 @@ find -L . \
|
|||
# gnome-photos fails to build in a fresh build environment, complaining
|
||||
# that it doesn't recognize svg formats. Updating the pixbuf loaders
|
||||
# gets it working:
|
||||
/usr/bin/update-gdk-pixbuf-loaders
|
||||
if [ -x /usr/bin/update-gdk-pixbuf-loaders ]; then
|
||||
/usr/bin/update-gdk-pixbuf-loaders
|
||||
fi
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
|
|
Loading…
Reference in a new issue