diff options
author | Matt Turner <mattst88@gmail.com> | 2012-01-23 15:04:21 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2012-01-24 16:56:03 -0500 |
commit | d50aaed45a5770d9f84fe94279d4fd49ff834b85 (patch) | |
tree | 585b026e3f236de83fd2a0c4c6e94c66c644e334 | |
parent | b093ed77fbab09bd474094898719ed6346d30d45 (diff) |
Include XAW3D_CPPFLAGS in xaw3d.pc Cflags
Software depending on libXaw3d seems to require this.
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=45144
Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r-- | xaw3d.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xaw3d.pc.in b/xaw3d.pc.in index b243c52..f53fca5 100644 --- a/xaw3d.pc.in +++ b/xaw3d.pc.in @@ -8,5 +8,5 @@ Description: X 3D Athena Widgets Library Version: @PACKAGE_VERSION@ Requires: xproto xmu xt Requires.private: x11 xext -Cflags: -I${includedir} +Cflags: -I${includedir} @XAW3D_CPPFLAGS@ Libs: -L${libdir} -lXaw3d |