Skip to content

Commit

Permalink
qmake: Added "deng_noopenal" option for disabling OpenAL
Browse files Browse the repository at this point in the history
Having CONFIG-=deng_openal in config_user.pri does not work
any more because config_user.pri is read before the platform-
specific configs.
  • Loading branch information
skyjake committed Apr 1, 2012
1 parent 492914e commit 9795ade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doomsday/config.pri
Expand Up @@ -17,6 +17,7 @@
# - deng_nativesdk (Mac) Use current OS's SDK for non-distrib use
# - deng_nodisplaymode Disable native display mode changes
# - deng_nofixedasm Disable assembler fixed-point math
# - deng_noopenal Disable building of the OpenAL sound driver
# - deng_nosdlmixer Disable SDL_mixer; use dummy driver as default
# - deng_nosnowberry (Unix) Exclude Snowberry from installation
# - deng_openal Build the OpenAL sound driver
Expand Down
2 changes: 1 addition & 1 deletion doomsday/plugins/plugins.pro
Expand Up @@ -13,7 +13,7 @@ SUBDIRS += jdoom jheretic jhexen
SUBDIRS += jdoom64

# Optional plugins.
deng_openal {
deng_openal:!deng_noopenal {
SUBDIRS += openal
}
deng_fmod {
Expand Down

0 comments on commit 9795ade

Please sign in to comment.