equal
deleted
inserted
replaced
2 |
2 |
3 DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) |
3 DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) |
4 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) |
4 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) |
5 |
5 |
6 confflags = --disable-rpath --disable-video-directfb \ |
6 confflags = --disable-rpath --disable-video-directfb \ |
7 --disable-nas --disable-esd --disable-arts \ |
7 --disable-nas --disable-esd --disable-arts |
8 --disable-alsa-shared --disable-pulseaudio-shared \ |
8 |
9 --disable-x11-shared |
9 # These flags can be used to create a package with runtime dependencies |
|
10 # --disable-alsa-shared \ |
|
11 # --disable-pulseaudio-shared \ |
|
12 # --disable-x11-shared |
10 |
13 |
11 %: |
14 %: |
12 dh $@ --parallel |
15 dh $@ --parallel |
13 |
16 |
14 override_dh_auto_configure: |
17 override_dh_auto_configure: |