From bf3f9e241315cec472a482b5625c537d41dae6ab Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Tue, 10 Oct 2017 14:43:46 +0100 Subject: [PATCH] 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 Cc: James Jones Cc: Daniel Stone Cc: duncan-roe Cc: Takanari Hayama Signed-off-by: Emil Velikov Reviewed-by: Miguel A Vico Moya Reviewed-by: Arnaud Vrac --- egl/wayland-egl-backend.pc.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 egl/wayland-egl-backend.pc.in diff --git a/egl/wayland-egl-backend.pc.in b/egl/wayland-egl-backend.pc.in new file mode 100644 index 00000000..6cf0ed4d --- /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}