summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-04 10:43:46 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-04 10:43:46 +0100
commita4835f66dd8335c9565af9d68630beadcba9a607 (patch)
treecea727f42227a1c663ee6a823ad885fa35988fe0 /config_host.mk.in
parent3a9d2f27f3dee4d674966979c68a747b954fdc50 (diff)
Fix --with-system-glew
Change-Id: I62d36ada2128b11955b50b0373e1404ff34f2bd0
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index c76b2aebe5e2..887cd0aa38ab 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -196,6 +196,8 @@ export GIO_LIBS=$(gb_SPACE)@GIO_LIBS@
export GIT_REFERENCE_SRC=@GIT_REFERENCE_SRC@
export GIT_LINK_SRC=@GIT_LINK_SRC@
export GIT_NEEDED_SUBMODULES=@GIT_NEEDED_SUBMODULES@
+export GLEW_CFLAGS=$(gb_SPACE)@GLEW_CFLAGS@
+export GLEW_LIBS=$(gb_SPACE)@GLEW_LIBS@
export GNOMEVFS_CFLAGS=$(gb_SPACE)@GNOMEVFS_CFLAGS@
export GNOMEVFS_LIBS=$(gb_SPACE)@GNOMEVFS_LIBS@
export GNUTLS_CFLAGS=$(gb_SPACE)@GNUTLS_CFLAGS@