summaryrefslogtreecommitdiffstats
path: root/windowmanagers
diff options
context:
space:
mode:
authorVlad Glagolev2013-02-11 02:05:38 +0400
committerVlad Glagolev2013-02-11 02:05:38 +0400
commit6bdff0f7535d547447223fb2db4fa14424a725f8 (patch)
treeb6aad276e782d6aff02844ee37977363f2348e64 /windowmanagers
parent938728b58115d6b5d78ed5bad41532b862eed83c (diff)
Revert "Revert "fluxbox: fixed fribidi detection, when built with glib support""
This reverts commit 1e09c9d8a9583dcecf71359e443bf1bec493976f.
Diffstat (limited to 'windowmanagers')
-rwxr-xr-xwindowmanagers/fluxbox/BUILD6
-rw-r--r--windowmanagers/fluxbox/HISTORY1
2 files changed, 7 insertions, 0 deletions
diff --git a/windowmanagers/fluxbox/BUILD b/windowmanagers/fluxbox/BUILD
index 3d8e29187c..c3bf9b1ea2 100755
--- a/windowmanagers/fluxbox/BUILD
+++ b/windowmanagers/fluxbox/BUILD
@@ -2,6 +2,12 @@ if [[ $FLUXBOX_BRANCH == scm ]]; then
./autogen.sh
fi &&
+if is_depends_enabled $SPELL fribidi && is_depends_enabled fribidi glib2; then
+ CXXFLAGS="-I$INSTALL_ROOT/usr/include/glib-2.0 \
+ -I$INSTALL_ROOT/usr/lib/glib-2.0/include \
+ $CXXFLAGS"
+fi &&
+
OPTS="$FLUXBOX_OPTS $OPTS" &&
default_build
diff --git a/windowmanagers/fluxbox/HISTORY b/windowmanagers/fluxbox/HISTORY
index d119dd8d25..b341f16405 100644
--- a/windowmanagers/fluxbox/HISTORY
+++ b/windowmanagers/fluxbox/HISTORY
@@ -2,6 +2,7 @@
* DETAILS: updated spell to 1.3.3
* CONFIGURE: dropped deprecated randr1.2 flags; fixed timedcache flags;
added test flags; swapped deprecated flags with ewmh support
+ * BUILD: fixed fribidi detection, when built with glib support
* size_t.patch: dropped, fixed by upstream
2011-10-30 Vlad Glagolev <stealth@sourcemage.org>