diff options
author | David Tardon <dtardon@redhat.com> | 2012-10-21 11:38:18 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-10-21 11:45:59 +0200 |
commit | de6b1a30995c206a186231e5f6fe849c19f1c765 (patch) | |
tree | eb94b7f75f7899462cf01d18cfc3ccd700225a25 /gdk-pixbuf | |
parent | 0a30cb22a141c26b4eab43a478d32df0769596ec (diff) |
only build librsvg deps if librsvg itself is built
gdk-pixbuf, gettext, glib, libcroco, libgsf and pango are only deps of
librsvg, which means they do not have to be configured/built in a build
without librsvg. In effect, this generalizes the previous exception for
Android and iOS.
Change-Id: Ia0bd5e1c2bfa27842d8806886cd5774a420a973f
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | gdk-pixbuf/prj/build.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/prj/build.lst b/gdk-pixbuf/prj/build.lst index db76c491a65a..3064f623416e 100644 --- a/gdk-pixbuf/prj/build.lst +++ b/gdk-pixbuf/prj/build.lst @@ -1,3 +1,3 @@ -gp gdk-pixbuf : glib gettext jpeg LIBPNG:libpng soltools NULL +gp gdk-pixbuf : GLIB:glib GETTEXT:gettext JPEG:jpeg LIBPNG:libpng soltools NULL gp gdk-pixbuf usr1 - all gp_mkout NULL gp gdk-pixbuf nmake - all gp_gdk-pixbuf NULL |