Navigation Menu

Skip to content

Commit

Permalink
qmake|Unix|libgui: libgui implies dependency on libassimp
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed May 2, 2014
1 parent c7c8b05 commit 167c8ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion distrib/platform_release.py
Expand Up @@ -371,7 +371,7 @@ def clean_products():

# Check that the changelog exists.
if not os.path.exists('debian/changelog'):
os.system('dch --check-dirname-level=0 --create --package doomsday -v %s-%s "Initial release."' % (DOOMSDAY_VERSION, DOOMSDAY_BUILD))
os.system('dch --check-dirname-level=0 --create --package doomsday -v %s-%s "Initial release."' % (DOOMSDAY_VERSION_FULL_PLAIN, DOOMSDAY_BUILD))

if os.system('linux/gencontrol.sh && dpkg-buildpackage -b'):
raise Exception("Failure to build from source.")
Expand Down
2 changes: 2 additions & 0 deletions doomsday/dep_gui.pri
@@ -1,4 +1,6 @@
# Build configuration for using the libdeng_gui library.
include(dep_assimp.pri)

INCLUDEPATH += $$PWD/libgui/include

!libgui_headers_only {
Expand Down

0 comments on commit 167c8ef

Please sign in to comment.