~ubuntu-branches/ubuntu/vivid/gstreamer-vaapi/vivid

« back to all changes in this revision

Viewing changes to pkgconfig/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2014-08-06 23:56:00 UTC
  • mfrom: (0.1.4 sid) (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140806235600-fg1kcmiu67k315q5
Tags: 0.5.9-2
* Remove spurious build-deps: libva-drm1, libavcodec-dev. (Closes: #757283)
* Drop Build-Depends-Indep and build docs unconditionally on all archs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
pcfiles_in += gstreamer-vaapi-wayland.pc.in
13
13
endif
14
14
 
15
 
pcfiles = $(pcfiles_in:%.pc.in=%-$(GST_API_VERSION).pc)
 
15
pcfiles = $(pcfiles_in:%.pc.in=%-$(GST_PKG_VERSION).pc)
16
16
 
17
17
all_pcfiles_in  = gstreamer-vaapi.pc.in
18
18
all_pcfiles_in += gstreamer-vaapi-drm.pc.in
20
20
all_pcfiles_in += gstreamer-vaapi-glx.pc.in
21
21
all_pcfiles_in += gstreamer-vaapi-wayland.pc.in
22
22
 
23
 
all_pcfiles = $(all_pcfiles_in:%.pc.in=%-$(GST_API_VERSION).pc)
 
23
all_pcfiles = $(all_pcfiles_in:%.pc.in=%-$(GST_PKG_VERSION).pc)
24
24
 
25
25
pkgconfigdir = @pkgconfigdir@
26
26
pkgconfig_DATA = $(pcfiles)