gtk3: Fix running test suite

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2016-10-14 16:26:03 -04:00
parent 9c3a086af1
commit 10d85c66e4
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@ name = gtk3
version = %{ver_major}.%{ver_minor}
ver_major = 3.20
ver_minor = 0
release = 1
release = 2
groups = System/Libraries
url = http://www.gtk.org
@ -44,6 +44,8 @@ build
pango-devel >= 1.37.3
end
export LD_LIBRARY_PATH = %{DIR_APP}/gdk/.libs:%{DIR_APP}/gtk/.libs
configure_options += \
--enable-x11-backend \
--enable-introspection=yes \