diff options
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index 0015069e4..3e53a6ee5 100644 --- a/pkgconfig/Makefile.am +++ b/pkgconfig/Makefile.am @@ -12,11 +12,6 @@ pcverfiles_uninstalled = \ gstreamer-insertbin-@GST_API_VERSION@-uninstalled.pc \ gstreamer-mpegts-@GST_API_VERSION@-uninstalled.pc -if HAVE_EGL -pcverfiles += gstreamer-egl-@GST_API_VERSION@.pc -pcverfiles_uninstalled += gstreamer-egl-@GST_API_VERSION@-uninstalled.pc -endif - if HAVE_GST_GL pcverfiles += gstreamer-gl-@GST_API_VERSION@.pc pcverfiles_uninstalled += gstreamer-gl-@GST_API_VERSION@-uninstalled.pc @@ -43,7 +38,6 @@ pcinfiles = \ gstreamer-codecparsers.pc.in gstreamer-codecparsers-uninstalled.pc.in \ gstreamer-gl.pc.in gstreamer-gl-uninstalled.pc.in \ gstreamer-insertbin.pc.in gstreamer-insertbin-uninstalled.pc.in \ - gstreamer-egl.pc.in gstreamer-egl-uninstalled.pc.in \ gstreamer-mpegts.pc.in gstreamer-mpegts-uninstalled.pc.in DISTCLEANFILES = $(pcinfiles:.in=) |