r969 - in trunk/src/target/OM-2007: . devel/qmake

mickey at sita.openmoko.org mickey at sita.openmoko.org
Mon Feb 12 20:57:56 CET 2007


Author: mickey
Date: 2007-02-12 20:57:55 +0100 (Mon, 12 Feb 2007)
New Revision: 969

Modified:
   trunk/src/target/OM-2007/README
   trunk/src/target/OM-2007/devel/qmake/openmoko-include.pro
Log:
OM-2007: update qmake readme and .pro include


Modified: trunk/src/target/OM-2007/README
===================================================================
--- trunk/src/target/OM-2007/README	2007-02-12 15:01:19 UTC (rev 968)
+++ trunk/src/target/OM-2007/README	2007-02-12 19:57:55 UTC (rev 969)
@@ -1,8 +1,12 @@
 This is the SVN repository for the OpenMoko Phone Platform 2007
 ----------------------------------------------------------------
 External Dependencies:
-* Gtk+ >= 2.6.10
+* GLib >= 2.12.3
+* Gtk+ = 2.6.10
 * dbus >= 0.92
 * dbus-glib >= 0.72
 * libipkg >= 0.99.163
-* libmatchbox >= 1.7
+* eds-dbus >= svn-20070702
+
+Note: The Qmake build infrastructure is just a private hack and not
+necessarily supposed to work. Accepting patches though :)

Modified: trunk/src/target/OM-2007/devel/qmake/openmoko-include.pro
===================================================================
--- trunk/src/target/OM-2007/devel/qmake/openmoko-include.pro	2007-02-12 15:01:19 UTC (rev 968)
+++ trunk/src/target/OM-2007/devel/qmake/openmoko-include.pro	2007-02-12 19:57:55 UTC (rev 969)
@@ -1,4 +1,5 @@
 CONFIG = debug warn_on link_pkgconfig console $$MOKOCONFIG
+PREFIX = /usr/local
 
 QMAKE_LINK              = gcc
 QMAKE_LINK_SHLIB        = gcc
@@ -50,6 +51,7 @@
 
 contains ( MOKOTYPE, panel-plugin ) {
     DATADIR = $(OPENMOKODIR)/panel-plugins/$$TARGET/data
+    DESTDIR = $$PREFIX/matchbox-panel
     TEMPLATE = lib
 }
 !contains ( MOKOTYPE, panel-plugin ) {





More information about the commitlog mailing list