1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-02 21:05:27 +03:00

config.full_system: add liballegro stuff into image (=y>, not as module (=m)

This commit is contained in:
David Kühling 2011-06-06 21:30:26 +02:00
parent c295b45e0a
commit ef9bfac78e

View File

@ -267,13 +267,13 @@ CONFIG_PACKAGE_tic-tac-toe=y
#
# Liballegro
#
CONFIG_PACKAGE_liballegro=m
CONFIG_PACKAGE_liballegro-data=m
CONFIG_PACKAGE_liballegro-demo=m
CONFIG_PACKAGE_liballegro-digmid=m
CONFIG_PACKAGE_liballegro-examples=m
CONFIG_PACKAGE_liballegro-setup=m
CONFIG_PACKAGE_liballegro-utils=m
CONFIG_PACKAGE_liballegro=y
CONFIG_PACKAGE_liballegro-data=y
CONFIG_PACKAGE_liballegro-demo=y
CONFIG_PACKAGE_liballegro-digmid=y
CONFIG_PACKAGE_liballegro-examples=y
CONFIG_PACKAGE_liballegro-setup=y
CONFIG_PACKAGE_liballegro-utils=y
#
# Emacs
#