You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
226 B
10 lines
226 B
8 years ago
|
#!/usr/bin/make -f
|
||
|
|
||
|
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
|
||
|
|
||
|
%:
|
||
|
dh $@ --with kf5 --with pkgkde_symbolshelper
|
||
|
|
||
|
override_dh_auto_configure:
|
||
|
dh_auto_configure -- -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
|