mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-15 03:06:56 +01:00
Don't generate files in the debian directory by default
This commit is contained in:
parent
b767b2809c
commit
cb8a65cd4d
@ -215,7 +215,11 @@ add_subdirectory(3rdparty/qtwin)
|
||||
add_subdirectory(3rdparty/universalchardet)
|
||||
add_subdirectory(tests)
|
||||
add_subdirectory(dist)
|
||||
add_subdirectory(debian)
|
||||
|
||||
option(WITH_DEBIAN OFF)
|
||||
if(WITH_DEBIAN)
|
||||
add_subdirectory(debian)
|
||||
endif(WITH_DEBIAN)
|
||||
|
||||
if(IMOBILEDEVICE_FOUND AND PLIST_FOUND)
|
||||
add_subdirectory(gstafcsrc)
|
||||
|
4
debian/rules.in
vendored
4
debian/rules.in
vendored
@ -7,9 +7,7 @@ configure-stamp:
|
||||
cd bin && cmake .. \
|
||||
-DCMAKE_INSTALL_PREFIX=$(CURDIR)/debian/clementine/usr \
|
||||
-DBUNDLE_PROJECTM_PRESETS=OFF \
|
||||
-DBUILDBOT_REVISION=@BUILDBOT_REVISION@ \
|
||||
-DDEB_DIST=@DEB_DIST@ \
|
||||
-DDEB_REWRITE_RULES=OFF
|
||||
-DBUILDBOT_REVISION=@BUILDBOT_REVISION@
|
||||
touch configure-stamp
|
||||
|
||||
build: build-stamp
|
||||
|
Loading…
Reference in New Issue
Block a user