File: rules

package info (click to toggle)
vdpau-video 0.7.4-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 760 kB
  • ctags: 1,205
  • sloc: ansic: 10,339; makefile: 132; sh: 2
file content (18 lines) | stat: -rwxr-xr-x 375 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

# verbose build logs
export V=1
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed

%:
	dh $@ --with autoreconf --with libva

override_dh_auto_configure:
	dh_auto_configure -- --enable-glx

override_dh_auto_install:
	dh_auto_install
	find $(CURDIR)/debian/vdpau-va-driver/usr/lib -name *.la -delete

override_dh_installchangelogs:
	dh_installchangelogs NEWS