[Goodies-commits] r7562 - in xfce4-notes-plugin/trunk: . panel-plugin
Mike Massonnet
mmassonnet at xfce.org
Sun Jun 14 05:59:45 CEST 2009
Author: mmassonnet
Date: 2009-06-14 03:59:45 +0000 (Sun, 14 Jun 2009)
New Revision: 7562
Modified:
xfce4-notes-plugin/trunk/ChangeLog
xfce4-notes-plugin/trunk/panel-plugin/Makefile.am
Log:
Previous problem catched...
Modified: xfce4-notes-plugin/trunk/ChangeLog
===================================================================
--- xfce4-notes-plugin/trunk/ChangeLog 2009-06-14 03:47:27 UTC (rev 7561)
+++ xfce4-notes-plugin/trunk/ChangeLog 2009-06-14 03:59:45 UTC (rev 7562)
@@ -1,5 +1,11 @@
2009-06-09 Mike Massonnet <mmassonnet at xfce.org>
+Previous problem catched...
+
+The valac compiler doesn't like libxfcegui4+libxfce4panel...
+
+2009-06-09 Mike Massonnet <mmassonnet at xfce.org>
+
Fix compilation for libxfce4panel < 4.7
It still doesn't compile, and frankly I have not the slightest bit why this is
Modified: xfce4-notes-plugin/trunk/panel-plugin/Makefile.am
===================================================================
--- xfce4-notes-plugin/trunk/panel-plugin/Makefile.am 2009-06-14 03:47:27 UTC (rev 7561)
+++ xfce4-notes-plugin/trunk/panel-plugin/Makefile.am 2009-06-14 03:59:45 UTC (rev 7562)
@@ -56,9 +56,12 @@
if HAVE_LIBXFCE4PANEL47
DEFINES=-D HAVE_LIBXFCE4PANEL47
+PACKAGES=--pkg=libxfcegui4-1.0 --pkg=libxfce4panel-1.0
+else
+PACKAGES=--pkg=libxfce4panel-1.0
endif
vala.stamp: $(xfce4_notes_plugin_VALASOURCES)
- $(VALAC) $(DEFINES) --vapidir=$(srcdir) --pkg=config --pkg=color --pkg=popup --pkg=libxfconf-0 --pkg=libxfcegui4-1.0 --pkg=libxfce4panel-1.0 $^ -C
+ $(VALAC) $(DEFINES) --vapidir=$(srcdir) --pkg=config --pkg=color --pkg=popup --pkg=libxfconf-0 $(PACKAGES) $^ -C
touch $@
endif
More information about the Goodies-commits
mailing list