Date:2011-05-31 21:15:23 (12 years 9 months ago)
Author:David Kühling
Commit:c4a2c82e64e863e949b95f3acd1015cc56d99bf0
Message:liballegro: enable alsa sound driver

Files: liballegro/Makefile (3 diffs)

Change Details

liballegro/Makefile
77
88# todo:
99#
10# * GFX_SAFE has a problem switching to 32bpp mode (maybe it falsely
11# attempts switching to 24bpp mode?), so it fails. doing a
12# set_color_depth(32) and GFX_AUTODETECT works.
13#
1410# * both shooter and skater try to load a demo.dat from /usr/bin. hack them to
1511# use usr/share subdirs?
1612#
1713# * similar problem with setup?
1814#
15# * setup and shoot seem to need 8bpp video modes. can we hack them for
16# 32bpp? Would it help to use a differnt video driver than just 'fbcon'?
17#
1918include $(TOPDIR)/rules.mk
2019
2120PKG_NAME:=liballegro
...... 
5453
5554define Package/liballegro
5655$(call Package/liballegro/Default)
57  DEPENDS:=
56  DEPENDS:=+alsa-lib
5857  TITLE+= (library)
5958endef
6059
...... 
170169endif
171170
172171EXTRA_CFLAGS = -DSETUP_SCREEN_W=320 -DSETUP_SCREEN_H=240
173TARGET_LDFLAGS = -ldl -lrt
172TARGET_LDFLAGS = -L$(STAGING_DIR)/usr/lib -ldl -lrt
174173
175174CMAKE_OPTIONS = \
176175    -DRT_LIBRARY= \

Archive Download the corresponding diff file



interactive