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.

20 lines
290B

  1. #!/usr/bin/make -f
  2. include /usr/share/dpkg/kxstudio.mk
  3. ifeq ($(DEB_HOST_ARCH),armhf)
  4. else ifeq ($(DEB_HOST_ARCH),arm64)
  5. CXXFLAGS += -DENABLE_NEON
  6. else
  7. CXXFLAGS += -DENABLE_SSE2
  8. endif
  9. override_dh_auto_build:
  10. $(MAKE) -C source
  11. override_dh_auto_clean:
  12. $(MAKE) -C source clean
  13. %:
  14. dh $@