diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-12-31 22:13:14 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-01-01 16:05:46 -0600 |
commit | 004df8153c15be4c3c27ffae4b8eb12a63f77d4b (patch) | |
tree | b88f09437c8e28804892ead432a9e28399df1694 /config_host.mk.in | |
parent | 804a69656027a4b6cbee299ffb271e83d7e46f5c (diff) |
migrate XSLTPROC out of set_soenv.in
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index c60b08eb3b2d..7634c5b65246 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -212,5 +212,6 @@ export WPG_CFLAGS="@WPG_CFLAGS@" export WPG_LIBS="@WPG_LIBS@" export WPS_CFLAGS="@WPS_CFLAGS@" export WPS_LIBS="@WPS_LIBS@" +export XSLTPROC="@XSLTPROC@" export XRANDR_CFLAGS="@XRANDR_CFLAGS@" export XRANDR_LIBS="@XRANDR_LIBS@" |