summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshadzik2006-12-11 00:24:55 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit794fa21415eb4b77ff792f50164beeffa354a634 (patch)
treefd9f941990de35f4972892030dd2506508c59b6f
parent733e2d990ccdeb57a635eeca973ee6dadbe94484 (diff)
downloadaquamarine-794fa21415eb4b77ff792f50164beeffa354a634.zip
aquamarine-794fa21415eb4b77ff792f50164beeffa354a634.tar.gz
- better this way, hardcode include since aquamarine has broken detection anyway
Changed files: aquamarine-include.patch -> 1.2
-rw-r--r--aquamarine-include.patch15
1 files changed, 6 insertions, 9 deletions
diff --git a/aquamarine-include.patch b/aquamarine-include.patch
index 82eda90..1b62277 100644
--- a/aquamarine-include.patch
+++ b/aquamarine-include.patch
@@ -1,11 +1,8 @@
---- src/integration.h 2006-12-10 01:10:12.000000000 +0100
-+++ src/integration.h-new 2006-12-10 22:54:14.000000000 +0100
-@@ -37,7 +37,7 @@
- #ifdef HAVE_BERYL_SETTINGS
+--- src/Makefile.am 2006-12-10 01:10:12.000000000 +0100
++++ src/Makefile.am-new 2006-12-11 01:21:08.077134608 +0100
+@@ -1,4 +1,4 @@
+-INCLUDES = -I$(srcdir)/lib $(all_includes)
++INCLUDES = -I$(srcdir)/lib $(all_includes) -I/usr/include/beryl -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/startup-notification-1.0/
- extern "C" {
--#include <beryl-settings.h>
-+#include <beryl/beryl-settings.h>
- }
+ bin_PROGRAMS = aquamarine
- class KConfig;