External, Non-PPA KXStudio Repository
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.

16 lines
375B

  1. #!/usr/bin/make -f
  2. include /usr/share/dpkg/kxstudio.mk
  3. override_dh_auto_configure:
  4. dh_auto_configure -- -Ddocs=disabled -Dplugins=enabled -Dstrict=false -Dtests=disabled -Dlv2dir=/usr/lib/lv2
  5. # NOTE -Dstrict=true fails under 20.04 base
  6. # NOTE -Dtests=enabled fails under 20.04 base
  7. override_dh_install:
  8. dh_install
  9. rm -rf debian/lv2-dev/usr/lib/lv2/eg*.lv2
  10. %:
  11. dh $@