diff options
Diffstat (limited to 'imlib2')
-rw-r--r-- | imlib2/imlib2-fbonly_1.1.0.oe | 7 | ||||
-rw-r--r-- | imlib2/imlib2-native_1.1.0.oe | 1 | ||||
-rw-r--r-- | imlib2/imlib2_1.1.0.oe | 1 |
3 files changed, 9 insertions, 0 deletions
diff --git a/imlib2/imlib2-fbonly_1.1.0.oe b/imlib2/imlib2-fbonly_1.1.0.oe index e69de29bb2..aa2c5e1dee 100644 --- a/imlib2/imlib2-fbonly_1.1.0.oe +++ b/imlib2/imlib2-fbonly_1.1.0.oe @@ -0,0 +1,7 @@ +SECTION = "libs" +include imlib2_${PV}.oe +inherit native +DEPENDS = "freetype" + +EXTRA_OECONF = "--without-x \ + --disable-mmx" diff --git a/imlib2/imlib2-native_1.1.0.oe b/imlib2/imlib2-native_1.1.0.oe index 297db95adc..a1bcb132ea 100644 --- a/imlib2/imlib2-native_1.1.0.oe +++ b/imlib2/imlib2-native_1.1.0.oe @@ -1,3 +1,4 @@ +SECTION = "libs" include imlib2_${PV}.oe inherit native DEPENDS = "freetype-native" diff --git a/imlib2/imlib2_1.1.0.oe b/imlib2/imlib2_1.1.0.oe index 258b0eb779..48033cfdb4 100644 --- a/imlib2/imlib2_1.1.0.oe +++ b/imlib2/imlib2_1.1.0.oe @@ -1,3 +1,4 @@ +SECTION = "x11/libs" DESCRIPTION = "A graphic library for file loading, saving, rendering, and \ manipulation." MAINTAINER = "Chris Larson <kergoth@handhelds.org>" |