From 967982a0b5362d500081d3353667e089b996641b Mon Sep 17 00:00:00 2001 From: Julien Isorce Date: Mon, 28 Apr 2014 15:56:06 +0100 Subject: [PATCH] egl: remove pc files Forgot to do that in 09116bf10d515d50bdd1e9a20278be816cb762aa: "egl/eglglessink: remove since EGLImage and iOS support have been added in glimagesink" --- pkgconfig/gstreamer-egl-uninstalled.pc.in | 12 ------------ pkgconfig/gstreamer-egl.pc.in | 12 ------------ 2 files changed, 24 deletions(-) delete mode 100644 pkgconfig/gstreamer-egl-uninstalled.pc.in delete mode 100644 pkgconfig/gstreamer-egl.pc.in diff --git a/pkgconfig/gstreamer-egl-uninstalled.pc.in b/pkgconfig/gstreamer-egl-uninstalled.pc.in deleted file mode 100644 index 525bda8c56..0000000000 --- a/pkgconfig/gstreamer-egl-uninstalled.pc.in +++ /dev/null @@ -1,12 +0,0 @@ -prefix= -exec_prefix= -libdir=${pcfiledir}/../gst-libs/gst/egl -includedir=${pcfiledir}/../gst-libs - -Name: GStreamer EGL, Uninstalled -Description: GStreamer EGL Library, uninstalled -Requires: gstreamer-@GST_API_VERSION@ -Version: @VERSION@ -Libs: -L${libdir} ${libdir}/libgstegl-@GST_API_VERSION@.la @EGL_LIBS@ -Cflags: -I${includedir} @EGL_CFLAGS@ - diff --git a/pkgconfig/gstreamer-egl.pc.in b/pkgconfig/gstreamer-egl.pc.in deleted file mode 100644 index bfc799482f..0000000000 --- a/pkgconfig/gstreamer-egl.pc.in +++ /dev/null @@ -1,12 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@/gstreamer-@GST_API_VERSION@ - -Name: GStreamer EGL -Description: GStreamer EGL library -Requires: gstreamer-@GST_API_VERSION@ -Version: @VERSION@ -Libs: -L${libdir} -lgstegl-@GST_API_VERSION@ @EGL_LIBS@ -Cflags: -I${includedir} @EGL_CFLAGS@ -