[maemo-commits] [maemo-commits] r15382 - projects/haf/branches/gtk+/fremantle/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Apr 10 16:47:41 EEST 2008
- Previous message: [maemo-commits] r15381 - projects/haf/branches/gtk+/fremantle/debian
- Next message: [maemo-commits] r15383 - projects/haf/branches/gtk+
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: dobrovol Date: 2008-04-10 16:47:40 +0300 (Thu, 10 Apr 2008) New Revision: 15382 Modified: projects/haf/branches/gtk+/fremantle/debian/rules Log: Fix debian/rules Modified: projects/haf/branches/gtk+/fremantle/debian/rules =================================================================== --- projects/haf/branches/gtk+/fremantle/debian/rules 2008-04-10 13:40:30 UTC (rev 15381) +++ projects/haf/branches/gtk+/fremantle/debian/rules 2008-04-10 13:47:40 UTC (rev 15382) @@ -24,6 +24,7 @@ # Prefer hardware floating point if enabled ifneq (,$(findstring vfp,$(DEB_BUILD_OPTIONS))) CFLAGS += -mfpu=vfp -mfloat-abi=softfp + ENABLE_GTK_DOC = --disable-gtk-doc else # Use soft-float and thumb mode if it enabled. ifneq (,$(findstring thumb,$(DEB_BUILD_OPTIONS))) @@ -36,7 +37,7 @@ endif ifeq (,$(findstring nodocs,$(DEB_BUILD_OPTIONS))) -ENABLE_GTK_DOC = --enable-gtk-doc +ENABLE_GTK_DOC ?= --enable-gtk-doc else ENABLE_GTK_DOC = --disable-gtk-doc endif
- Previous message: [maemo-commits] r15381 - projects/haf/branches/gtk+/fremantle/debian
- Next message: [maemo-commits] r15383 - projects/haf/branches/gtk+
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]