Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/sdl_mixer
@ 2008-07-17  9:55 jacmet at uclibc.org
  0 siblings, 0 replies; 2+ messages in thread
From: jacmet at uclibc.org @ 2008-07-17  9:55 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2008-07-17 02:55:27 -0700 (Thu, 17 Jul 2008)
New Revision: 22856

Log:
sdl_mixer: fix sdl dependency

Modified:
   trunk/buildroot/package/sdl_mixer/Config.in
   trunk/buildroot/package/sdl_mixer/sdl_mixer.mk


Changeset:
Modified: trunk/buildroot/package/sdl_mixer/Config.in
===================================================================
--- trunk/buildroot/package/sdl_mixer/Config.in	2008-07-17 09:55:23 UTC (rev 22855)
+++ trunk/buildroot/package/sdl_mixer/Config.in	2008-07-17 09:55:27 UTC (rev 22856)
@@ -1,8 +1,8 @@
 config BR2_PACKAGE_SDL_MIXER
 	bool "SDL_mixer"
 	default n
+	depends on BR2_PACKAGE_SDL
 	help
-
 	  SDL_mixer is a sample multi-channel audio mixer library.
 	  It supports any number of simultaneously playing channels of
 	  16 bit stereo audio, plus a single channel of music, mixed

Modified: trunk/buildroot/package/sdl_mixer/sdl_mixer.mk
===================================================================
--- trunk/buildroot/package/sdl_mixer/sdl_mixer.mk	2008-07-17 09:55:23 UTC (rev 22855)
+++ trunk/buildroot/package/sdl_mixer/sdl_mixer.mk	2008-07-17 09:55:27 UTC (rev 22856)
@@ -48,7 +48,7 @@
 	cp -dpf $(STAGING_DIR)/usr/lib/libSDL_mixer*.so* $(TARGET_DIR)/usr/lib/
 	-$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libSDL_mixer*.so*
 
-sdl_mixer: uclibc $(TARGET_DIR)/usr/lib/libSDL_mixer.so
+sdl_mixer: sdl uclibc $(TARGET_DIR)/usr/lib/libSDL_mixer.so
 
 sdl_mixer-clean:
 	rm -f $(TARGET_DIR)/usr/lib/libSDL_mixer*.so*

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/sdl_mixer
@ 2008-07-21  8:53 jacmet at uclibc.org
  0 siblings, 0 replies; 2+ messages in thread
From: jacmet at uclibc.org @ 2008-07-21  8:53 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2008-07-21 01:53:18 -0700 (Mon, 21 Jul 2008)
New Revision: 22896

Log:
sdl_mixer: run CONFIG_UPDATE on correct directory

The Makefile tried to update config.guess and config.sub in the wrong
directories, this patch updates the correct scripts making it possible to
compile on new systems.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>

Modified:
   trunk/buildroot/package/sdl_mixer/sdl_mixer.mk


Changeset:
Modified: trunk/buildroot/package/sdl_mixer/sdl_mixer.mk
===================================================================
--- trunk/buildroot/package/sdl_mixer/sdl_mixer.mk	2008-07-21 08:37:13 UTC (rev 22895)
+++ trunk/buildroot/package/sdl_mixer/sdl_mixer.mk	2008-07-21 08:53:18 UTC (rev 22896)
@@ -16,7 +16,7 @@
 
 $(SDL_MIXER_DIR)/.unpacked: $(DL_DIR)/$(SDL_MIXER_SOURCE)
 	$(SDL_MIXER_CAT) $(DL_DIR)/$(SDL_MIXER_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
-	$(CONFIG_UPDATE) $(SDL_MIXER_DIR)
+	$(CONFIG_UPDATE) $(SDL_MIXER_DIR)/build-scripts
 	touch $@
 
 $(SDL_MIXER_DIR)/.configured: $(SDL_MIXER_DIR)/.unpacked $(STAGING_DIR)/usr/lib/libSDL.so

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-21  8:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-21  8:53 [Buildroot] svn commit: trunk/buildroot/package/sdl_mixer jacmet at uclibc.org
  -- strict thread matches above, loose matches on Subject: below --
2008-07-17  9:55 jacmet at uclibc.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox