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:
b039546
)
install imlib2 image loaders into staging area (needed for edje_cc)
author
Michael Lauer
<mickey@vanille-media.de>
Sat, 23 Oct 2004 17:16:24 +0000
(17:16 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Sat, 23 Oct 2004 17:16:24 +0000
(17:16 +0000)
BKrev: 417a91e8AWFnmZTWyhS1gaPM4X940g
imlib2/imlib2-native_1.1.0.oe
patch
|
blob
|
history
diff --git
a/imlib2/imlib2-native_1.1.0.oe
b/imlib2/imlib2-native_1.1.0.oe
index
a1bcb13
..
78d609a
100644
(file)
--- a/
imlib2/imlib2-native_1.1.0.oe
+++ b/
imlib2/imlib2-native_1.1.0.oe
@@
-3,6
+3,7
@@
include imlib2_${PV}.oe
inherit native
DEPENDS = "freetype-native"
EXTRA_OECONF = "--without-x"
+PR = "r1"
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/imlib2-${PV}"
@@
-14,4
+15,6
@@
do_configure () {
do_stage () {
oe_libinstall -a -so -C src libImlib2 ${STAGING_LIBDIR}/
install -m 0644 ${S}/src/Imlib2.h ${STAGING_INCDIR}/
+ install -d ${STAGING_LIBDIR}/loaders/image/
+ install -m 0755 loaders/.libs/*.so ${STAGING_LIBDIR}/loaders/image/
}