mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-26 08:13:17 +01:00
Add translations to debian
This commit is contained in:
parent
5a2ad145e8
commit
b476bc3168
2
dist/debian/control
vendored
2
dist/debian/control
vendored
@ -19,7 +19,7 @@ Build-Depends: debhelper (>= 7),
|
||||
qtbase5-dev,
|
||||
qtbase5-dev-tools,
|
||||
qtbase5-private-dev,
|
||||
qt5-dev-tools,
|
||||
qttools5-dev,
|
||||
libqt5x11extras5-dev,
|
||||
libgstreamer1.0-dev,
|
||||
libgstreamer-plugins-base1.0-dev,
|
||||
|
4
dist/debian/rules
vendored
4
dist/debian/rules
vendored
@ -11,7 +11,9 @@ configure: configure-stamp
|
||||
configure-stamp:
|
||||
dh_testdir
|
||||
cmake .. \
|
||||
-DCMAKE_INSTALL_PREFIX=$(CURDIR)/debian/strawberry/usr
|
||||
-DCMAKE_INSTALL_PREFIX=$(CURDIR)/debian/strawberry/usr \
|
||||
-DENABLE_TRANSLATIONS=ON \
|
||||
-DENABLE_STREAM_DEEZER=ON
|
||||
touch configure-stamp
|
||||
|
||||
build: build-stamp
|
||||
|
Loading…
Reference in New Issue
Block a user