Commit 161564d7 authored by Alain Takoudjou's avatar Alain Takoudjou

fix: gobject-introspection write out of buildout parts directory

parent e3e1735b
...@@ -81,6 +81,7 @@ environment = ...@@ -81,6 +81,7 @@ environment =
GLIB_LIBS=-L${glib:location}/lib -lglib-2.0 -lintl -lgobject-2.0 GLIB_LIBS=-L${glib:location}/lib -lglib-2.0 -lintl -lgobject-2.0
FFI_CFLAGS=-I${libffi:location}/include FFI_CFLAGS=-I${libffi:location}/include
FFI_LIBS=-L${libffi:location}/lib -Wl,-rpath=${libffi:location}/lib -lffi FFI_LIBS=-L${libffi:location}/lib -Wl,-rpath=${libffi:location}/lib -lffi
GIR_DIR=${buildout:parts-directory}/${:_buildout_section_name_}/share/gir-1.0
[pygobject3] [pygobject3]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
...@@ -144,4 +145,3 @@ extra-paths = ...@@ -144,4 +145,3 @@ extra-paths =
${dbus-python:python-egg} ${dbus-python:python-egg}
${firewalld:python-egg} ${firewalld:python-egg}
${pygobject3:python-egg} ${pygobject3:python-egg}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment