xref: /OK3568_Linux_fs/external/gstreamer-rockchip/debian/rules (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1#!/usr/bin/make -f
2# See debhelper(7) (uncomment to enable)
3# output every command that modifies files on the build system.
4#export DH_VERBOSE = 1
5
6override_dh_auto_configure:
7	dh_auto_configure -- -Drkximage=enabled -Drockchipmpp=enabled -Dkmssrc=enabled -Drga=enabled
8
9%:
10	dh $@ --buildsystem=meson
11