Upstream version 11.39.266.0
[platform/framework/web/crosswalk.git] / src / third_party / instrumented_libraries / patches / libgdk-pixbuf2.0-0.diff
1 diff -rupN ./gdk-pixbuf/Makefile.am ../gdk-pixbuf-2.26.1-patched/gdk-pixbuf/Makefile.am
2 --- ./gdk-pixbuf/Makefile.am    2012-04-14 22:11:34.000000000 +0400
3 +++ ../gdk-pixbuf-2.26.1-patched/gdk-pixbuf/Makefile.am 2014-04-17 19:37:22.105253318 +0400
4 @@ -782,7 +782,9 @@ loaders.cache: $(loader_LTLIBRARIES) gdk
5         LOADERS=`echo libpixbufloader-*.la` ; \
6         if test "x$$LOADERS" != 'xlibpixbufloader-*.la' ; then \
7            echo "Writing a loaders.cache file to use when running examples before installing gdk-pixbuf."; \
8 -         $(top_builddir)/gdk-pixbuf/gdk-pixbuf-query-loaders $$LOADERS > ./loaders.cache ;\
9 +    # Use the system-installed gdk-pixbuf-query-loaders. The just-built one \
10 +    # won't work. \
11 +         /usr/bin/gdk-pixbuf-query-loaders $$LOADERS > ./loaders.cache ;\
12         else \
13            echo "No dynamic modules found; will use only static modules for uninstalled example programs."; \
14           touch loaders.cache; \