File: rules

package info (click to toggle)
xrdesktop 0.15.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,812 kB
  • sloc: ansic: 12,148; xml: 286; python: 185; makefile: 13
file content (18 lines) | stat: -rwxr-xr-x 328 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
%:
	dh $@ --with python3

override_dh_missing:
	dh_missing --list-missing

override_dh_auto_test:
	# Run tests without VR runtime
	meson build
	ninja -C build
	meson test -C build/ \
		--no-suite xrdesktop:xr \
		--no-suite xrdesktop:post-install

override_dh_auto_clean:
	dh_auto_clean
	rm -rf shaders/*.spv