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 /glib | |
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 'glib')
-rw-r--r-- | glib/prj/build.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/prj/build.lst b/glib/prj/build.lst index 8a8aa32f8ca2..d8be54e59ee2 100644 --- a/glib/prj/build.lst +++ b/glib/prj/build.lst @@ -1,3 +1,3 @@ -gl glib : gettext ZLIB:zlib NULL +gl glib : GETTEXT:gettext ZLIB:zlib NULL gl glib usr1 - all gl_mkout NULL gl glib nmake - all gl_glib NULL |