cogl: Fix build

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2016-10-02 18:02:03 -04:00
parent ee5e4c032b
commit 007f8e5c37
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@ name = cogl
version = %{ver_maj}.%{ver_min}
ver_maj = 1.13
ver_min = 2
release = 1
release = 2
groups = Development/Libraries
url = http://www.clutter-project.org/
@ -49,6 +49,8 @@ build
pango-devel
end
export LD_LIBRARY_PATH = %{DIR_APP}/cogl/.libs:%{DIR_APP}/cogl-pango/.libs
configure_options += \
--enable-cairo \
--enable-gdk-pixbuf \