Accepting request 198025 from X11:XOrg
- u_wayland-egl-pc-require-wayland.patch: after finding wayland for egl, make sure its pkconfig is used as well. (forwarded request 198016 from duwe) OBS-URL: https://build.opensuse.org/request/show/198025 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=186
This commit is contained in:
commit
e23a7749e3
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 9 09:59:50 UTC 2013 - duwe@suse.com
|
||||||
|
|
||||||
|
- u_wayland-egl-pc-require-wayland.patch: after finding wayland
|
||||||
|
for egl, make sure its pkconfig is used as well.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 30 09:10:22 UTC 2013 - idonmez@suse.com
|
Fri Aug 30 09:10:22 UTC 2013 - idonmez@suse.com
|
||||||
|
|
||||||
|
@ -112,8 +112,9 @@ Patch14: u_mesa-glapi_dispatch.patch
|
|||||||
# Patch from Fedora, use shmget when available, under llvmpipe
|
# Patch from Fedora, use shmget when available, under llvmpipe
|
||||||
Patch15: u_mesa-8.0-llvmpipe-shmget.patch
|
Patch15: u_mesa-8.0-llvmpipe-shmget.patch
|
||||||
# PATCH-FIX-UPSTREAM gallium-egl-gbm-use-wayland-cflags.patch -- use pkgconfig for finding wayland
|
# PATCH-FIX-UPSTREAM gallium-egl-gbm-use-wayland-cflags.patch -- use pkgconfig for finding wayland
|
||||||
Patch16: U_gallium-egl-gbm-use-wayland-cflags.patch
|
Patch16: u_gallium-egl-gbm-use-wayland-cflags.patch
|
||||||
Patch17: u_mesa-9.0-i965-Make-sure-we-do-render-between-two-hiz-flushes.patch
|
Patch17: u_mesa-9.0-i965-Make-sure-we-do-render-between-two-hiz-flushes.patch
|
||||||
|
Patch18: u_wayland-egl-pc-require-wayland.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -538,6 +539,7 @@ rm -rf docs/README.{VMS,WIN32,OS2}
|
|||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
%endif
|
%endif
|
||||||
%patch17 -p1
|
%patch17 -p1
|
||||||
|
%patch18 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
19
u_wayland-egl-pc-require-wayland.patch
Normal file
19
u_wayland-egl-pc-require-wayland.patch
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
From: Torsten Duwe <duwe@suse.de>
|
||||||
|
Subject: require wayland.pc in wayland-egl.pc
|
||||||
|
|
||||||
|
Mesa provides the wayland-egl libs and the pkgconfig file, but
|
||||||
|
the headers originate from the wayland package. Ensure everything
|
||||||
|
matches, by requiring application builds to look at the wayland
|
||||||
|
headers as well.
|
||||||
|
|
||||||
|
Signed-off-by: Torsten Duwe <duwe@suse.de>
|
||||||
|
|
||||||
|
--- Mesa-9.1.5/src/egl/wayland/wayland-egl/wayland-egl.pc.in.orig 2013-04-08 20:21:04.000000000 +0200
|
||||||
|
+++ Mesa-9.1.5/src/egl/wayland/wayland-egl/wayland-egl.pc.in 2013-09-09 14:32:07.000000000 +0200
|
||||||
|
@@ -6,5 +6,6 @@ includedir=@includedir@
|
||||||
|
Name: wayland-egl
|
||||||
|
Description: Mesa wayland-egl library
|
||||||
|
Version: @VERSION@
|
||||||
|
+Requires: wayland
|
||||||
|
Libs: -L${libdir} -lwayland-egl
|
||||||
|
Cflags: -I${includedir}
|
Loading…
Reference in New Issue
Block a user