summaryrefslogtreecommitdiff
path: root/egl
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2017-10-10 14:43:46 +0100
committerDaniel Stone <daniels@collabora.com>2018-02-09 17:30:54 +0000
commitbf3f9e241315cec472a482b5625c537d41dae6ab (patch)
tree9e0f65e919307c6b5e9caf4692bcae23f9880ee7 /egl
parent6c7f96e8fea04ae81296b6188fb1aca6cd0391aa (diff)
downloadwayland-bf3f9e241315cec472a482b5625c537d41dae6ab.tar.gz
wayland-egl: introduce wayland-egl-backend.pc
File will be installed alongside the backend header. This way vendor implementations have enough information about the interface and they can build their backend/driver library accordingly. Cc: Miguel A. Vico <mvicomoya@nvidia.com> Cc: James Jones <jajones@nvidia.com> Cc: Daniel Stone <daniels@collabora.com> Cc: duncan-roe <duncan_roe@optusnet.com.au> Cc: Takanari Hayama <taki@igel.co.jp> Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Miguel A Vico Moya <mvicomoya@nvidia.com> Reviewed-by: Arnaud Vrac <avrac@freebox.fr>
Diffstat (limited to 'egl')
-rw-r--r--egl/wayland-egl-backend.pc.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/egl/wayland-egl-backend.pc.in b/egl/wayland-egl-backend.pc.in
new file mode 100644
index 0000000..6cf0ed4
--- /dev/null
+++ b/egl/wayland-egl-backend.pc.in
@@ -0,0 +1,9 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+includedir=@includedir@
+
+Name: wayland-egl-backend
+Description: Backend wayland-egl interface
+Version: 3
+Libs:
+Cflags: -I${includedir}