atk: Fix running test suite

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2016-09-24 08:17:27 -04:00
parent e9751a1ac3
commit 79b16fa9b5
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@ name = atk
version = %{ver_major}.%{ver_minor}
ver_major = 2.20
ver_minor = 0
release = 1
release = 2
groups = System/Libraries
url = http://www.gnome.org
@ -28,6 +28,8 @@ build
gobject-introspection-devel >= 1.39.3
end
export LD_LIBRARY_PATH=%{DIR_APP}/atk/.libs
configure_options += \
--enable-introspection=yes \
--disable-gtk-doc \