diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-11 20:39:53 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-11 20:39:53 +0000 |
commit | 43de653336d3332ea574edca29228e7a931c3886 (patch) | |
tree | 7e5f3fba4178899ab1c4cf8143bb0b5d8decf8b8 /packages/imlib2/imlib2-fbonly_1.1.0.bb | |
parent | 307aa2ae742c860ce1f9a1d41c568e054ad670a9 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/11 21:43:37+02:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/05/11 18:50:47+02:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/05/11 18:50:19+02:00 uni-frankfurt.de!mickeyl
unbreak ewl and move to using releases
2005/05/11 18:44:46+02:00 uni-frankfurt.de!mickeyl
move etox to using releases
2005/05/11 18:41:01+02:00 uni-frankfurt.de!mickeyl
unbreak edje and move over to using releases
2005/05/11 18:39:11+02:00 uni-frankfurt.de!mickeyl
enable ecore-dbus and ecore-file libraries
2005/05/11 17:57:28+02:00 uni-frankfurt.de!mickeyl
unbreak imlib2 and switch to using releases
2005/05/11 17:42:25+02:00 uni-frankfurt.de!mickeyl
move embryo to using the release version
2005/05/11 17:39:15+02:00 uni-frankfurt.de!mickeyl
move ecore and evas to releases and unbreak it
2005/05/11 17:09:40+02:00 uni-frankfurt.de!mickeyl
unbreak edb and eet, move to releases, and remove maintainers that don't maintain
BKrev: 42826d99O_aJh416yx1aCKD6PTS1Yw
Diffstat (limited to 'packages/imlib2/imlib2-fbonly_1.1.0.bb')
-rw-r--r-- | packages/imlib2/imlib2-fbonly_1.1.0.bb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/packages/imlib2/imlib2-fbonly_1.1.0.bb b/packages/imlib2/imlib2-fbonly_1.1.0.bb deleted file mode 100644 index 3e0d53fa66..0000000000 --- a/packages/imlib2/imlib2-fbonly_1.1.0.bb +++ /dev/null @@ -1,10 +0,0 @@ -SECTION = "libs" -LICENSE = "BSD" -include imlib2_${PV}.bb -inherit native -DEPENDS = "freetype" - -EXTRA_OECONF = "--without-x \ - --disable-mmx" - -FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/imlib2-${PV}" |