[Pkg-e-commits] [SCM] Enlightenment DR17 toolkit based (based on the EFL) branch, upstream-vcs, updated. 447de88121d145a078f1754a0cfebb704d363821
doursse
doursse at alioth.debian.org
Sat Jun 7 18:33:59 UTC 2008
The following commit has been merged in the upstream-vcs branch:
commit 35f0563d451a65e19b3ddaeefb4a3d024c84bc2c
Author: doursse <doursse>
Date: Thu Apr 17 04:43:36 2008 +0000
fix framebuffer detection
diff --git a/configure.in b/configure.in
index 8ec3fa4..b74119a 100644
--- a/configure.in
+++ b/configure.in
@@ -195,7 +195,7 @@ PKG_CHECK_MODULES(ECORE_FB,
[have_ecore_framebuffer="yes"],
[have_ecore_framebuffer="no"])
-EWL_CHECK_ENGINE([framebuffer], [framebuffer], [0.9.9], [$have_ecore_framebuffer])
+EWL_CHECK_ENGINE([fb], [framebuffer], [0.9.9], [$have_ecore_framebuffer])
dnl Buffer engine
diff --git a/src/engines/evas_fb/Makefile.am b/src/engines/evas_fb/Makefile.am
index 8f872b7..b0ef854 100644
--- a/src/engines/evas_fb/Makefile.am
+++ b/src/engines/evas_fb/Makefile.am
@@ -10,7 +10,7 @@ AM_CPPFLAGS = \
pkgdir = $(libdir)/ewl/engines
-if EWL_ENABLE_EVAS_FRAMEBUFFER
+if EWL_ENABLE_EVAS_FB
pkg_LTLIBRARIES = evas_fb.la
--
Enlightenment DR17 toolkit based (based on the EFL)
More information about the Pkg-e-commits
mailing list