mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-19 08:09:43 +02:00
liballegro: enable alsa audio driver
This commit is contained in:
parent
2e457ea3d0
commit
5845357519
@ -7,15 +7,14 @@
|
||||
|
||||
# todo:
|
||||
#
|
||||
# * GFX_SAFE has a problem switching to 32bpp mode (maybe it falsely
|
||||
# attempts switching to 24bpp mode?), so it fails. doing a
|
||||
# set_color_depth(32) and GFX_AUTODETECT works.
|
||||
#
|
||||
# * both shooter and skater try to load a demo.dat from /usr/bin. hack them to
|
||||
# use usr/share subdirs?
|
||||
#
|
||||
# * similar problem with setup?
|
||||
#
|
||||
# * setup and shoot seem to need 8bpp video modes. can we hack them for
|
||||
# 32bpp? Would it help to use a differnt video driver than just 'fbcon'?
|
||||
#
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=liballegro
|
||||
@ -54,7 +53,7 @@ endef
|
||||
|
||||
define Package/liballegro
|
||||
$(call Package/liballegro/Default)
|
||||
DEPENDS:=
|
||||
DEPENDS:=+alsa-lib
|
||||
TITLE+= (library)
|
||||
endef
|
||||
|
||||
@ -170,7 +169,7 @@ ifneq ($(CONFIG_CCACHE),)
|
||||
endif
|
||||
|
||||
EXTRA_CFLAGS = -DSETUP_SCREEN_W=320 -DSETUP_SCREEN_H=240
|
||||
TARGET_LDFLAGS = -ldl -lrt
|
||||
TARGET_LDFLAGS = -L$(STAGING_DIR)/usr/lib -ldl -lrt
|
||||
|
||||
CMAKE_OPTIONS = \
|
||||
-DRT_LIBRARY= \
|
||||
|
Loading…
Reference in New Issue
Block a user