diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-03-18 05:13:43 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-05-02 14:53:06 +0200 |
commit | d9e7f6ae42b30e32619e1d0979598c2ba2288a3e (patch) | |
tree | 78a32c8fae160bd0f7d8e33b5504de9a9856221b /nxcompext | |
parent | 4a8d6eca395e1ec0490e20e7971177f688da18ec (diff) | |
download | nx-libs-d9e7f6ae42b30e32619e1d0979598c2ba2288a3e.tar.gz nx-libs-d9e7f6ae42b30e32619e1d0979598c2ba2288a3e.tar.bz2 nx-libs-d9e7f6ae42b30e32619e1d0979598c2ba2288a3e.zip |
pixman-devel: Build against shared library pkg-config(pixman-1).
Diffstat (limited to 'nxcompext')
-rw-r--r-- | nxcompext/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nxcompext/configure.in b/nxcompext/configure.in index eb6604dba..5b9ccc4da 100644 --- a/nxcompext/configure.in +++ b/nxcompext/configure.in @@ -28,6 +28,8 @@ if test -d "../nx-X11/include" ; then LDFLAGS="$LDFLAGS -L../nx-X11/exports/lib" fi +X_CFLAGS=`pkg-config --cflags-only-I pixman-1` + dnl Check for programs. AC_PROG_CXX |