git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b9183a
)
fltk: 1.1.4: also build gl plugins
author
Koen Kooi
<koen@openembedded.org>
Thu, 4 Jan 2007 18:58:04 +0000
(18:58 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 4 Jan 2007 18:58:04 +0000
(18:58 +0000)
packages/fltk/fltk_1.1.4.bb
patch
|
blob
|
history
diff --git
a/packages/fltk/fltk_1.1.4.bb
b/packages/fltk/fltk_1.1.4.bb
index
08ce808
..
39e3279
100644
(file)
--- a/
packages/fltk/fltk_1.1.4.bb
+++ b/
packages/fltk/fltk_1.1.4.bb
@@
-3,7
+3,7
@@
HOMEPAGE = "http://www.fltk.org"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "LGPL"
-DEPENDS = "jpeg libpng zlib"
+DEPENDS = "jpeg libpng
mesa
zlib"
PR = "FLDevice-r0"
@@
-13,7
+13,9
@@
S = "${WORKDIR}/fltk-${PV}-Fl_Device"
inherit autotools binconfig lib_package
-EXTRA_OECONF = "--enable-shared --disable-gl --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR}"
+CXXFLAGS = ""
+
+EXTRA_OECONF = "--enable-shared --enable-gl --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR}"
do_configure() {
oe_runconf