summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2012-12-26 15:35:57 +0100
committerDidier Raboud <odyx@debian.org>2012-12-26 15:44:52 +0100
commit645095963650acd6e31cf4522a40b361ab9a7448 (patch)
tree04f8ce3573e1b257663ee7854c833a65838e5cc1 /debian
parent11cc682a564458ca777ebc910273bcb218e67dab (diff)
downloadcolobot-645095963650acd6e31cf4522a40b361ab9a7448.tar.gz
colobot-645095963650acd6e31cf4522a40b361ab9a7448.tar.bz2
colobot-645095963650acd6e31cf4522a40b361ab9a7448.zip
Build with OpenAL + ALUT support.
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules3
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 491dc35..678c69c 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,8 @@ Build-Depends:
libboost-system-dev,
libboost-filesystem-dev,
libboost-regex-dev,
+ libopenal-dev,
+ libalut-dev,
google-mock,
libgtest-dev
Build-Depends-Indep: doxygen, graphviz
diff --git a/debian/rules b/debian/rules
index 6635d10..171cbb8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,8 @@
override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" \
- -DINSTALL_DOCS:BOOL=True
+ -DINSTALL_DOCS:BOOL=True \
+ -DOPENAL_SOUND:BOOL=True
override_dh_auto_build:
dh_auto_build -a