* [Buildroot] svn commit: trunk/buildroot/package/matchbox
@ 2007-08-12 14:11 ulf at uclibc.org
0 siblings, 0 replies; 8+ messages in thread
From: ulf at uclibc.org @ 2007-08-12 14:11 UTC (permalink / raw)
To: buildroot
Author: ulf
Date: 2007-08-12 07:11:02 -0700 (Sun, 12 Aug 2007)
New Revision: 19461
Log:
Use new x11r7 configs
Modified:
trunk/buildroot/package/matchbox/Config.in
Changeset:
Modified: trunk/buildroot/package/matchbox/Config.in
===================================================================
--- trunk/buildroot/package/matchbox/Config.in 2007-08-12 12:37:51 UTC (rev 19460)
+++ trunk/buildroot/package/matchbox/Config.in 2007-08-12 14:11:02 UTC (rev 19461)
@@ -1,10 +1,10 @@
config BR2_PACKAGE_MATCHBOX
bool "MatchBox Window Manager"
default n
- select BR2_PACKAGE_X11SERVER
+ select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_FONTCONFIG
- select BR2_PACKAGE_X11R7_LIBXDAMAGE
- select BR2_PACKAGE_X11R7_LIBXCURSOR
+ select BR2_PACKAGE_XLIB_LIBXDAMAGE
+ select BR2_PACKAGE_XLIB_LIBXCURSOR
help
http://projects.o-hand.com/matchbox
@@ -12,7 +12,7 @@
config BR2_PACKAGE_MATCHBOX_SNOTIFY
bool "Enable Matchbox Startup Notification"
depends BR2_PACKAGE_MATCHBOX
- select BR2_PACKAGE_X11R7_LIBXSM
+ select BR2_PACKAGE_XAPP_XSM
default n
help
@@ -37,7 +37,7 @@
config BR2_PACKAGE_MATCHBOX_KEYBOARD
bool "Metchbox Virtual Keyboard"
depends BR2_PACKAGE_MATCHBOX
- select BR2_PACKAGE_X11R7_LIBXTST
+ select BR2_PACKAGE_XLIB_LIBXTST
default n
help
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/matchbox
@ 2007-10-01 8:05 aldot at uclibc.org
0 siblings, 0 replies; 8+ messages in thread
From: aldot at uclibc.org @ 2007-10-01 8:05 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2007-10-01 01:05:26 -0700 (Mon, 01 Oct 2007)
New Revision: 20154
Log:
- comment out non-existing source
Modified:
trunk/buildroot/package/matchbox/matchbox.mk
Changeset:
Modified: trunk/buildroot/package/matchbox/matchbox.mk
===================================================================
--- trunk/buildroot/package/matchbox/matchbox.mk 2007-09-30 23:50:48 UTC (rev 20153)
+++ trunk/buildroot/package/matchbox/matchbox.mk 2007-10-01 08:05:26 UTC (rev 20154)
@@ -84,8 +84,8 @@
$(DL_DIR)/$(MATCHBOX_SM_SOURCE):
$(WGET) -P $(DL_DIR) $(MATCHBOX_SITE)/$(MATCHBOX_SM_BIN)/$(MATCHBOX_SM_MAJORVER)/$(MATCHBOX_SM_SOURCE)
-$(DL_DIR)/$(MATCHBOX_DM_SOURCE):
- $(WGET) -P $(DL_DIR) $(MATCHBOX_SITE)/$(MATCHBOX_SM_BIN)/$(MATCHBOX_SM_MAJORVER)/$(MATCHBOX_SM_SOURCE)
+#$(DL_DIR)/$(MATCHBOX_DM_SOURCE):
+# $(WGET) -P $(DL_DIR) $(MATCHBOX_SITE)/$(MATCHBOX_SM_BIN)/$(MATCHBOX_SM_MAJORVER)/$(MATCHBOX_SM_SOURCE)
$(DL_DIR)/$(MATCHBOX_CN_SOURCE):
$(WGET) -P $(DL_DIR) $(MATCHBOX_SITE)/$(MATCHBOX_CN_BIN)/$(MATCHBOX_CN_MAJORVER)/$(MATCHBOX_CN_SOURCE)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/matchbox
@ 2008-06-26 14:04 jacmet at uclibc.org
0 siblings, 0 replies; 8+ messages in thread
From: jacmet at uclibc.org @ 2008-06-26 14:04 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-06-26 07:04:30 -0700 (Thu, 26 Jun 2008)
New Revision: 22518
Log:
matchbox: depend on libXext at configure time
Modified:
trunk/buildroot/package/matchbox/matchbox.mk
Changeset:
Modified: trunk/buildroot/package/matchbox/matchbox.mk
===================================================================
--- trunk/buildroot/package/matchbox/matchbox.mk 2008-06-26 11:43:02 UTC (rev 22517)
+++ trunk/buildroot/package/matchbox/matchbox.mk 2008-06-26 14:04:30 UTC (rev 22518)
@@ -211,7 +211,7 @@
endif
-$(MATCHBOX_LIB_DIR)/.configured: $(MATCHBOX_LIB_DIR)/.unpacked
+$(MATCHBOX_LIB_DIR)/.configured: $(MATCHBOX_LIB_DIR)/.unpacked xlib_libXext-install-staging
(cd $(MATCHBOX_LIB_DIR); rm -f config.cache; \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig" \
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/matchbox
@ 2008-08-27 20:19 jacmet at uclibc.org
0 siblings, 0 replies; 8+ messages in thread
From: jacmet at uclibc.org @ 2008-08-27 20:19 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-08-27 13:19:26 -0700 (Wed, 27 Aug 2008)
New Revision: 23261
Log:
matchbox: fix long help text lines
Modified:
trunk/buildroot/package/matchbox/Config.in
Changeset:
Modified: trunk/buildroot/package/matchbox/Config.in
===================================================================
--- trunk/buildroot/package/matchbox/Config.in 2008-08-27 20:19:22 UTC (rev 23260)
+++ trunk/buildroot/package/matchbox/Config.in 2008-08-27 20:19:26 UTC (rev 23261)
@@ -6,7 +6,6 @@
select BR2_PACKAGE_XLIB_LIBXDAMAGE
select BR2_PACKAGE_XLIB_LIBXCURSOR
help
-
http://projects.o-hand.com/matchbox
config BR2_PACKAGE_MATCHBOX_SNOTIFY
@@ -14,21 +13,21 @@
depends on BR2_PACKAGE_MATCHBOX
select BR2_PACKAGE_XAPP_XSM
help
+ Compiles
+ http://www.freedesktop.org/Software/startup-notification and
+ its support in MatchBox.
- Compiles http://www.freedesktop.org/Software/startup-notification and its support in MatchBox
-
config BR2_PACKAGE_MATCHBOX_PANEL
bool "Matchbox Panel"
depends on BR2_PACKAGE_MATCHBOX
help
+ A flexible always present 'window bar' for holding
+ application launchers.
- A flexible always present 'window bar' for holding application launchers"
-
config BR2_PACKAGE_MATCHBOX_DESKTOP
bool "Matchbox Desktop"
depends on BR2_PACKAGE_MATCHBOX
help
-
A PDA style application launcher or 'item browser'.
config BR2_PACKAGE_MATCHBOX_KEYBOARD
@@ -36,5 +35,4 @@
depends on BR2_PACKAGE_MATCHBOX
select BR2_PACKAGE_XLIB_LIBXTST
help
-
Virtual Keyboard (developement version from CVS)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/matchbox
@ 2008-10-19 7:44 jacmet at uclibc.org
0 siblings, 0 replies; 8+ messages in thread
From: jacmet at uclibc.org @ 2008-10-19 7:44 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-10-19 00:44:25 -0700 (Sun, 19 Oct 2008)
New Revision: 23717
Log:
package/matchbox: fix BR2_PACKAGE_MATCHBOX_KEYBOARD Kconfig
Fix typo and wrong information in help text (not a cvs snapshot)
Modified:
trunk/buildroot/package/matchbox/Config.in
Changeset:
Modified: trunk/buildroot/package/matchbox/Config.in
===================================================================
--- trunk/buildroot/package/matchbox/Config.in 2008-10-19 04:21:21 UTC (rev 23716)
+++ trunk/buildroot/package/matchbox/Config.in 2008-10-19 07:44:25 UTC (rev 23717)
@@ -31,8 +31,8 @@
A PDA style application launcher or 'item browser'.
config BR2_PACKAGE_MATCHBOX_KEYBOARD
- bool "Metchbox Virtual Keyboard"
+ bool "Matchbox Virtual Keyboard"
depends on BR2_PACKAGE_MATCHBOX
select BR2_PACKAGE_XLIB_LIBXTST
help
- Virtual Keyboard (developement version from CVS)
+ Virtual Keyboard
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/matchbox
@ 2008-10-27 15:15 jacmet at uclibc.org
0 siblings, 0 replies; 8+ messages in thread
From: jacmet at uclibc.org @ 2008-10-27 15:15 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-10-27 08:15:52 -0700 (Mon, 27 Oct 2008)
New Revision: 23821
Log:
Fix matchbox build
Fix matchbox build
This patch fixes various failures in the Matchbox build:
* libmatchbox and matchbox-panel were using a now legacy index()
function, which is not part of every uClibc build nowadays
(depending on the configuration). As this function doesn't exist
anymore in all builds, use strchr() instead, which is the
recommended replacement for index(). Two patches, one for
libmatchbox, one for matchbox-panel, are added to fix this problem.
Closes bug http://bugs.uclibc.org/view.php?id=5484
* Do not override the CFLAGS and LDFLAGS values, they are already set
by TARGET_CONFIGURE_OPTS. It caused build failures.
* Mangle the library paths in the .la file of libmatchbox, after
installation in the staging dir.
It would probably be nice to switch Matchbox over to the new
Makefile.autotools.in.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Added:
trunk/buildroot/package/matchbox/libmatchbox-1.9-index-is-legacy.patch
trunk/buildroot/package/matchbox/matchbox-panel-0.9.3-index-is-legacy.patch
Modified:
trunk/buildroot/package/matchbox/matchbox.mk
Changeset:
Added: trunk/buildroot/package/matchbox/libmatchbox-1.9-index-is-legacy.patch
===================================================================
--- trunk/buildroot/package/matchbox/libmatchbox-1.9-index-is-legacy.patch (rev 0)
+++ trunk/buildroot/package/matchbox/libmatchbox-1.9-index-is-legacy.patch 2008-10-27 15:15:52 UTC (rev 23821)
@@ -0,0 +1,35 @@
+index() is a legacy function, not implemented in some uClibc
+configurations.
+
+Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+---
+ libmb/mbexp.c | 2 +-
+ libmb/mbmenu.c | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+Index: libmatchbox-1.9/libmb/mbexp.c
+===================================================================
+--- libmatchbox-1.9.orig/libmb/mbexp.c
++++ libmatchbox-1.9/libmb/mbexp.c
+@@ -492,7 +492,7 @@
+
+ /* get the family */
+
+- if (index(spec, ',') != NULL || index(spec, '-') != NULL)
++ if (strchr(spec, ',') != NULL || strchr(spec, '-') != NULL)
+ has_comma_delim = True;
+
+ while (!got_family) {
+Index: libmatchbox-1.9/libmb/mbmenu.c
+===================================================================
+--- libmatchbox-1.9.orig/libmb/mbmenu.c
++++ libmatchbox-1.9/libmb/mbmenu.c
+@@ -433,7 +433,7 @@
+ {
+ s = p;
+ found = NULL;
+- while(index("/\0", *p) == NULL) p++;
++ while(strchr("/\0", *p) == NULL) p++;
+ if (*p != '\0') { *p = '\0'; p++; };
+
+ item = current->items;
Added: trunk/buildroot/package/matchbox/matchbox-panel-0.9.3-index-is-legacy.patch
===================================================================
--- trunk/buildroot/package/matchbox/matchbox-panel-0.9.3-index-is-legacy.patch (rev 0)
+++ trunk/buildroot/package/matchbox/matchbox-panel-0.9.3-index-is-legacy.patch 2008-10-27 15:15:52 UTC (rev 23821)
@@ -0,0 +1,20 @@
+Replace the legacy index() with strchr()
+
+Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+---
+ applets/mb-applet-menu-launcher.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: matchbox-panel-0.9.3/applets/mb-applet-menu-launcher.c
+===================================================================
+--- matchbox-panel-0.9.3.orig/applets/mb-applet-menu-launcher.c
++++ matchbox-panel-0.9.3/applets/mb-applet-menu-launcher.c
+@@ -280,7 +280,7 @@
+ DBG("\tkey %s ", key);
+ if (*(++p) == '"') { p++; tc = sc; } /* skip "'s */
+ val = p;
+- while(index(tc,*p) == NULL)
++ while(strchr(tc,*p) == NULL)
+ {
+ if (*p == '\\' && *(p+1) == '"') p++; /* skip \" */
+ p++;
Modified: trunk/buildroot/package/matchbox/matchbox.mk
===================================================================
--- trunk/buildroot/package/matchbox/matchbox.mk 2008-10-27 14:33:03 UTC (rev 23820)
+++ trunk/buildroot/package/matchbox/matchbox.mk 2008-10-27 15:15:52 UTC (rev 23821)
@@ -113,6 +113,7 @@
$(MATCHBOX_LIB_DIR)/.unpacked: $(DL_DIR)/$(MATCHBOX_LIB_SOURCE)
$(MATCHBOX_CAT) $(DL_DIR)/$(MATCHBOX_LIB_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
+ toolchain/patch-kernel.sh $(MATCHBOX_LIB_DIR) package/matchbox/ libmatchbox\*.patch
touch $(MATCHBOX_LIB_DIR)/.unpacked
$(MATCHBOX_SNOTIFY_DIR)/.unpacked: $(DL_DIR)/$(MATCHBOX_SNOTIFY_SOURCE)
@@ -133,6 +134,7 @@
$(MATCHBOX_PL_DIR)/.unpacked: $(DL_DIR)/$(MATCHBOX_PL_SOURCE)
$(MATCHBOX_CAT) $(DL_DIR)/$(MATCHBOX_PL_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
+ toolchain/patch-kernel.sh $(MATCHBOX_PL_DIR) package/matchbox/ matchbox-panel\*.patch
touch $(MATCHBOX_PL_DIR)/.unpacked
$(MATCHBOX_DP_DIR)/.unpacked: $(DL_DIR)/$(MATCHBOX_DP_SOURCE)
@@ -214,8 +216,6 @@
$(MATCHBOX_LIB_DIR)/.configured: $(MATCHBOX_LIB_DIR)/.unpacked xlib_libXext-install-staging
(cd $(MATCHBOX_LIB_DIR); rm -f config.cache; \
$(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" \
- LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
@@ -241,8 +241,6 @@
$(MATCHBOX_SNOTIFY_DIR)/.configured: $(MATCHBOX_SNOTIFY_DIR)/.unpacked
(cd $(MATCHBOX_SNOTIFY_DIR); rm -f config.cache; \
$(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" \
- LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
lf_cv_sane_realloc=no \
./configure \
--target=$(GNU_TARGET_NAME) \
@@ -264,8 +262,6 @@
$(MATCHBOX_WM_DIR)/.configured: $(MATCHBOX_WM_DIR)/.unpacked
(cd $(MATCHBOX_WM_DIR); rm -f config.cache; \
$(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" \
- LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
@@ -291,8 +287,6 @@
$(MATCHBOX_SM_DIR)/.configured: $(MATCHBOX_SM_DIR)/.unpacked
(cd $(MATCHBOX_SM_DIR); rm -f config.cache; \
$(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" \
- LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
@@ -317,8 +311,6 @@
$(MATCHBOX_CN_DIR)/.configured: $(MATCHBOX_CN_DIR)/.unpacked
(cd $(MATCHBOX_CN_DIR); rm -f config.cache; \
$(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" \
- LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
@@ -342,8 +334,6 @@
$(MATCHBOX_PL_DIR)/.configured: $(MATCHBOX_PL_DIR)/.unpacked
(cd $(MATCHBOX_PL_DIR); rm -f config.cache; \
$(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" \
- LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
@@ -368,8 +358,6 @@
$(MATCHBOX_DP_DIR)/.configured: $(MATCHBOX_DP_DIR)/.unpacked
(cd $(MATCHBOX_DP_DIR); rm -f config.cache; \
$(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" \
- LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
@@ -394,8 +382,6 @@
$(MATCHBOX_FK_DIR)/.configured: $(MATCHBOX_FK_DIR)/.unpacked
(cd $(MATCHBOX_FK_DIR); rm -f config.cache; \
$(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" \
- LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
@@ -420,8 +406,6 @@
$(MATCHBOX_KB_DIR)/.configured: $(MATCHBOX_KB_DIR)/.unpacked
(cd $(MATCHBOX_KB_DIR); rm -f config.cache; \
$(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" \
- LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
@@ -486,6 +470,7 @@
libdir=/usr/lib \
includedir=/usr/include \
install
+ $(SED) "s:\(['= ]\)/usr:\1$(STAGING_DIR)/usr:g" $(STAGING_DIR)/usr/lib/libmb.la
$(STAGING_DIR)/usr/lib/$(MATCHBOX_SNOTIFY_BIN): $(MATCHBOX_SNOTIFY_DIR)/.compiled
$(MAKE) -C $(MATCHBOX_SNOTIFY_DIR) DESTDIR=$(STAGING_DIR) \
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/matchbox
@ 2008-11-04 22:28 jacmet at uclibc.org
0 siblings, 0 replies; 8+ messages in thread
From: jacmet at uclibc.org @ 2008-11-04 22:28 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-11-04 14:28:58 -0800 (Tue, 04 Nov 2008)
New Revision: 23926
Log:
matchbox: fix mb-applet-startup-monitor compilation (TRUE/FALSE issue)
Added:
trunk/buildroot/package/matchbox/mb-applet-startup-monitor-true-false.patch
Modified:
trunk/buildroot/package/matchbox/matchbox.mk
Changeset:
Modified: trunk/buildroot/package/matchbox/matchbox.mk
===================================================================
--- trunk/buildroot/package/matchbox/matchbox.mk 2008-11-04 21:44:28 UTC (rev 23925)
+++ trunk/buildroot/package/matchbox/matchbox.mk 2008-11-04 22:28:58 UTC (rev 23926)
@@ -126,6 +126,7 @@
$(MATCHBOX_SM_DIR)/.unpacked: $(DL_DIR)/$(MATCHBOX_SM_SOURCE)
$(MATCHBOX_CAT) $(DL_DIR)/$(MATCHBOX_SM_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
+ toolchain/patch-kernel.sh $(MATCHBOX_SM_DIR) package/matchbox/ mb-applet-startup-monitor\*.patch
touch $(MATCHBOX_SM_DIR)/.unpacked
$(MATCHBOX_CN_DIR)/.unpacked: $(DL_DIR)/$(MATCHBOX_CN_SOURCE)
Added: trunk/buildroot/package/matchbox/mb-applet-startup-monitor-true-false.patch
===================================================================
--- trunk/buildroot/package/matchbox/mb-applet-startup-monitor-true-false.patch (rev 0)
+++ trunk/buildroot/package/matchbox/mb-applet-startup-monitor-true-false.patch 2008-11-04 22:28:58 UTC (rev 23926)
@@ -0,0 +1,21 @@
+mbmonitor uses TRUE / FALSE without defining them
+
+Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
+---
+ mbmonitor.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+Index: mb-applet-startup-monitor-0.1/mbmonitor.c
+===================================================================
+--- mb-applet-startup-monitor-0.1.orig/mbmonitor.c
++++ mb-applet-startup-monitor-0.1/mbmonitor.c
+@@ -43,6 +43,9 @@
+ #define POLLTIME 10
+ #define HOURGLASS_N_FRAMES 8
+
++#define FALSE 0
++#define TRUE 1
++
+ typedef struct LaunchList LaunchList;
+
+ struct LaunchList
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/matchbox
@ 2008-11-04 22:29 jacmet at uclibc.org
0 siblings, 0 replies; 8+ messages in thread
From: jacmet at uclibc.org @ 2008-11-04 22:29 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-11-04 14:29:02 -0800 (Tue, 04 Nov 2008)
New Revision: 23927
Log:
matchbox: fix prefix
Closes #5946.
Modified:
trunk/buildroot/package/matchbox/matchbox.mk
Changeset:
Modified: trunk/buildroot/package/matchbox/matchbox.mk
===================================================================
--- trunk/buildroot/package/matchbox/matchbox.mk 2008-11-04 22:28:58 UTC (rev 23926)
+++ trunk/buildroot/package/matchbox/matchbox.mk 2008-11-04 22:29:02 UTC (rev 23927)
@@ -222,7 +222,7 @@
--host=$(GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME) \
--disable-static \
- --prefix=$(STAGING_DIR)/usr \
+ --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--datadir=/usr/share/matchbox \
@@ -248,12 +248,12 @@
--host=$(GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME) \
--disable-static \
- --prefix=$(STAGING_DIR)/usr \
+ --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--datadir=/usr/share \
--libdir=$(STAGING_DIR)/usr/lib \
- --includedir=$(STAGING_DIR)/usr/include \
+ --includedir=/usr/include \
--with-x \
--x-includes=$(STAGING_DIR)/usr/include/X11 \
--x-libraries=$(STAGING_DIR)/usr/lib \
@@ -268,7 +268,7 @@
--host=$(GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME) \
--disable-static \
- --prefix=$(STAGING_DIR)/usr \
+ --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--datadir=/usr/share/matchbox \
@@ -293,7 +293,7 @@
--host=$(GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME) \
--disable-static \
- --prefix=$(STAGING_DIR)/usr \
+ --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--datadir=/usr/share/matchbox \
@@ -317,7 +317,7 @@
--host=$(GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME) \
--disable-static \
- --prefix=$(STAGING_DIR)/usr \
+ --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--datadir=/usr/share/matchbox \
@@ -340,12 +340,12 @@
--host=$(GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME) \
--disable-static \
- --prefix=$(STAGING_DIR)/usr \
+ --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--datadir=/usr/share/matchbox \
- --libdir=$(STAGING_DIR)/usr/lib \
- --includedir=$(STAGING_DIR)/usr/include \
+ --libdir=/usr/lib \
+ --includedir=/usr/include \
--enable-expat \
--with-expat-includes=$(STAGING_DIR)/usr/include \
--with-expat-lib=$(STAGING_DIR)/usr/lib \
@@ -364,7 +364,7 @@
--host=$(GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME) \
--disable-static \
- --prefix=$(STAGING_DIR)/usr \
+ --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--datadir=/usr/share/matchbox \
@@ -388,7 +388,7 @@
--host=$(GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME) \
--disable-static \
- --prefix=$(STAGING_DIR)/usr \
+ --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--datadir=/usr/share/matchbox \
@@ -412,7 +412,7 @@
--host=$(GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME) \
--disable-static \
- --prefix=$(STAGING_DIR)/usr \
+ --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--datadir=/usr/share/matchbox \
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2008-11-04 22:29 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-04 22:29 [Buildroot] svn commit: trunk/buildroot/package/matchbox jacmet at uclibc.org
-- strict thread matches above, loose matches on Subject: below --
2008-11-04 22:28 jacmet at uclibc.org
2008-10-27 15:15 jacmet at uclibc.org
2008-10-19 7:44 jacmet at uclibc.org
2008-08-27 20:19 jacmet at uclibc.org
2008-06-26 14:04 jacmet at uclibc.org
2007-10-01 8:05 aldot at uclibc.org
2007-08-12 14:11 ulf at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox