diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-01-26 15:02:49 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-01-26 15:02:49 +0000 |
commit | c3eacefbf9993231185b64ba81aa22a7a5b014ce (patch) | |
tree | 83671e9f68e47c2b0d4fa33cccf877caa17fa37d | |
parent | 5a45055e2fa6ffbd519355c0e4410c7ae3d07e1f (diff) |
add Bill Kendricks vectoroids to build system
BKrev: 40152c19z5BL1GiZ96AdefIHGtRWaw
-rw-r--r-- | libsdl/libsdl-image_1.2.3.oe | 1 | ||||
-rw-r--r-- | libsdl/libsdl-mixer_1.2.5.oe | 1 | ||||
-rw-r--r-- | libsdl/libsdl-ttf_2.0.3.oe | 1 | ||||
-rw-r--r-- | vectoroids/vectoroids_1.1.0.oe | 0 |
4 files changed, 3 insertions, 0 deletions
diff --git a/libsdl/libsdl-image_1.2.3.oe b/libsdl/libsdl-image_1.2.3.oe index ba8a08096d..615f5d2088 100644 --- a/libsdl/libsdl-image_1.2.3.oe +++ b/libsdl/libsdl-image_1.2.3.oe @@ -11,6 +11,7 @@ inherit autotools libtool do_stage() { oe_soinstall .libs/libSDL_image-1.2.so.0.1.2 ${STAGING_LIBDIR} + ln -sf libSDL_image-1.2.so.0.1.2 ${STAGING_LIBDIR}/libSDL_image.so install -m 0644 SDL_image.h ${STAGING_INCDIR}/SDL/SDL_image.h } diff --git a/libsdl/libsdl-mixer_1.2.5.oe b/libsdl/libsdl-mixer_1.2.5.oe index bf5c4a16b5..c7a8e164f0 100644 --- a/libsdl/libsdl-mixer_1.2.5.oe +++ b/libsdl/libsdl-mixer_1.2.5.oe @@ -15,6 +15,7 @@ EXTRA_OECONF = "--disable-music-mp3" do_stage() { oe_soinstall .libs/libSDL_mixer-1.2.so.0.2.3 ${STAGING_LIBDIR} + ln -sf libSDL_mixer-1.2.so.0.2.3 ${STAGING_LIBDIR}/libSDL_mixer.so install -m 0644 SDL_mixer.h ${STAGING_INCDIR}/SDL/SDL_mixer.h } diff --git a/libsdl/libsdl-ttf_2.0.3.oe b/libsdl/libsdl-ttf_2.0.3.oe index b80519a206..b767f1e686 100644 --- a/libsdl/libsdl-ttf_2.0.3.oe +++ b/libsdl/libsdl-ttf_2.0.3.oe @@ -12,6 +12,7 @@ inherit autotools libtool do_stage() { oe_soinstall .libs/libSDL_ttf-2.0.so.0.0.3 ${STAGING_LIBDIR} + ln -sf libSDL_ttf-2.0.so.0.0.3 ${STAGING_LIBDIR}/libSDL_ttf.so install -m 0644 SDL_ttf.h ${STAGING_INCDIR}/SDL/SDL_ttf.h } diff --git a/vectoroids/vectoroids_1.1.0.oe b/vectoroids/vectoroids_1.1.0.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/vectoroids/vectoroids_1.1.0.oe |