mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
Silence GNU make extensions warning.
This commit is contained in:
parent
a681898ce0
commit
2041c8ca25
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
AUTOMAKE_OPTIONS = -Wno-portability
|
||||
|
||||
pcfiles = gstreamer-vaapi-@GST_MAJORMINOR@.pc
|
||||
pcfiles += gstreamer-vaapi-x11-@GST_MAJORMINOR@.pc
|
||||
|
||||
|
@ -11,6 +13,7 @@ EXTRA_DIST = \
|
|||
|
||||
CLEANFILES = $(pcfiles)
|
||||
|
||||
# XXX: this is a GNU make extension
|
||||
%-@GST_MAJORMINOR@.pc: %.pc
|
||||
cp $< $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue