diff options
author | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:17:13 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:17:13 +0000 |
commit | 271f31243c45ccc0f5e89b4cae16726c423cdb41 (patch) | |
tree | 665c8bd11cb23532463b8a10f6bbd525149fcf0e /package/lxdoom/Config.in | |
parent | 2aa7b70339f5d1d3d7d277c6301858ebc44777ec (diff) | |
download | buildroot-novena-271f31243c45ccc0f5e89b4cae16726c423cdb41.tar.gz buildroot-novena-271f31243c45ccc0f5e89b4cae16726c423cdb41.zip |
fixed lxdoom make
Diffstat (limited to 'package/lxdoom/Config.in')
-rw-r--r-- | package/lxdoom/Config.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/package/lxdoom/Config.in b/package/lxdoom/Config.in index 72439834b..372a1d5ba 100644 --- a/package/lxdoom/Config.in +++ b/package/lxdoom/Config.in @@ -1,5 +1,10 @@ -config BR2_PACKAGE_DOOM - bool "doom" +config BR2_PACKAGE_LXDOOM + bool "lxdoom" default n help This is the linux version of the popular doom game. +config BR2_PACKAGE_LXDOOM_WAD + bool "lxdoom-wad" + default n + help + This is the shareware wad data files for the doom game. |