summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2017-07-21 14:05:27 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2019-02-05 13:57:35 +1000
commit03d9896d3152749c68441a6d913a40dd05754082 (patch)
tree42afd09930ab53042f7e77f724d73b7e9983077c
parent6626cb7e1ae8a7de8152f06dd714a224b4851044 (diff)
Revert "Properly escape the -D string defines"
This breaks compilation on RHEL7.4 and reverting it seems to work fine on F26. Not sure what's going on there. This reverts commit 51a836bf4cafa7fb3d3f71d9cf9b7cb8158a32f2.
-rw-r--r--xorg-gtest.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-gtest.pc.in b/xorg-gtest.pc.in
index 612839d..8fa18a6 100644
--- a/xorg-gtest.pc.in
+++ b/xorg-gtest.pc.in
@@ -2,7 +2,7 @@ prefix=@prefix@
includedir=@includedir@
sourcedir=@SOURCEDIR@
datarootdir=@datarootdir@
-CPPflags=-I${includedir} -I${includedir}/xorg -I${sourcedir} -D'DUMMY_CONF_PATH=\"@DUMMY_CONF_PATH@\"' -D'LOGFILE_DIR=\"@LOGFILE_DIR@\"'
+CPPflags=-I${includedir} -I${includedir}/xorg -I${sourcedir} -DDUMMY_CONF_PATH=\"@DUMMY_CONF_PATH@\" -DLOGFILE_DIR=\"@LOGFILE_DIR@\"
Name: xorg-gtest
Description: X.org Google Test Environment