Move libcedrus to UMP memory backend Upgrade libcsptr-dev debhelper version Fix sunxi-mali packages relationship
10 lines
179 B
Makefile
10 lines
179 B
Makefile
#!/usr/bin/make -f
|
|
|
|
#export DH_VERBOSE=1
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DLIBCSPTR_TESTS=OFF
|
|
|
|
%:
|
|
dh $@
|