Skip to content

Commit

Permalink
qmake|Mac OS X: Further post SDL disable cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Apr 26, 2012
1 parent d4a6473 commit 89ad8da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion doomsday/config.pri
Expand Up @@ -117,6 +117,9 @@ deng_nofixedasm {
!deng_rangecheck {
DEFINES += DENG_NO_RANGECHECKING
}
deng_nosdlmixer {
deng_nosdlmixer|deng_nosdl {
DEFINES += DENG_DISABLE_SDLMIXER
}
deng_nosdl {
DEFINES += DENG_NO_SDL
}
1 change: 0 additions & 1 deletion doomsday/dep_sdl.pri
@@ -1,4 +1,3 @@
deng_nosdl: DEFINES += DENG_NO_SDL
!deng_nosdl {

# Build configuration for SDL (core library).
Expand Down

0 comments on commit 89ad8da

Please sign in to comment.