diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-11-29 11:05:05 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-11-29 11:05:05 +0000 |
commit | c10c4eda4cc97239c16e27629fa169b4d610d343 (patch) | |
tree | ecf741a95934ce5ec3568ea49bb8d38f7cf1d475 /imlib2 | |
parent | c51cc11e7059924aec7e6aa679590b39d4ca42c5 (diff) |
imlib2-fbonly: set filesdir
BKrev: 41ab0261Q6NfXZFwAozwVuYHnMTVRw
Diffstat (limited to 'imlib2')
-rw-r--r-- | imlib2/imlib2-fbonly_1.1.0.oe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/imlib2/imlib2-fbonly_1.1.0.oe b/imlib2/imlib2-fbonly_1.1.0.oe index aa2c5e1dee..0d18f4b4df 100644 --- a/imlib2/imlib2-fbonly_1.1.0.oe +++ b/imlib2/imlib2-fbonly_1.1.0.oe @@ -5,3 +5,5 @@ DEPENDS = "freetype" EXTRA_OECONF = "--without-x \ --disable-mmx" + +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/imlib2-${PV}" |