diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-08-30 13:58:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-30 14:00:32 +0100 |
commit | aabc73d04a4c97272576edd4f73bde0cfa2392b2 (patch) | |
tree | d85b9cf40871507b70e3fa7b3103948629a47927 /sfx2 | |
parent | f8182a1c53c2ccccbc77444d58ffb140b39ea798 (diff) |
Do the same thing for gio as we do for dbus
and add -DENABLE_GIO to flags at build-time and an empty gb_LinkTarget__use_gio
when disabled.
Change-Id: I4adf0701a3d490cceecc00f6b81d6416a1e83088
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/Library_qstart.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/Library_qstart.mk b/sfx2/Library_qstart.mk index 84d4e5d9e062..ccd254c889f5 100644 --- a/sfx2/Library_qstart.mk +++ b/sfx2/Library_qstart.mk @@ -56,6 +56,7 @@ $(eval $(call gb_Library_use_libraries,qstart_gtk,\ )) $(eval $(call gb_Library_use_externals,qstart_gtk,\ + gio \ gtk \ libxml2 \ )) |