Skip to content

Commit

Permalink
Merge branch 'master' into qapp-based
Browse files Browse the repository at this point in the history
Conflicts:
	doomsday/config.pri
  • Loading branch information
skyjake committed Mar 11, 2012
2 parents 4b3ce09 + 881b150 commit 5bc548d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doomsday/config.pri
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
# - deng_nativesdk (Mac OS X) Use the current OS's SDK
# - deng_nofixedasm Disable assembler fixed-point math
# - deng_nosdlmixer Disable SDL_mixer; use dummy driver as default
# - deng_nosnowberry (Unix) Exclude Snowberry from installation
# - deng_openal Build the OpenAL sound driver
# - deng_nopackres Do not package the Doomsday resources
# - deng_rangecheck Parameter range checking/value assertions
Expand Down Expand Up @@ -136,7 +137,10 @@ unix {
}
unix:!macx {
# Generic Unix build options.
CONFIG += deng_nofixedasm deng_snowberry
CONFIG += deng_nofixedasm
!deng_nosnowberry {
CONFIG += deng_snowberry
}

exists(/etc/apt) {
# Choose the apt repository to include in the distribution.
Expand Down

0 comments on commit 5bc548d

Please sign in to comment.