]> git.pld-linux.org Git - packages/Mesa.git/blob - Mesa-wayland.patch
- rel 3; fixes from git
[packages/Mesa.git] / Mesa-wayland.patch
1 --- Mesa-8.0.1/src/egl/wayland/wayland-drm/Makefile.orig        2012-02-15 00:44:00.000000000 +0100
2 +++ Mesa-8.0.1/src/egl/wayland/wayland-drm/Makefile     2012-03-11 20:50:16.884057197 +0100
3 @@ -17,8 +17,8 @@
4  
5  # Generate protocol sources
6  prefix=$(shell $(PKG_CONFIG) --variable=prefix wayland-server)
7 -exec_prefx=$(shell $(PKG_CONFIG) --variable=exec_prefix wayland-server)
8 -wayland_protocoldir = $(PWD)/protocol
9 +exec_prefix=$(shell $(PKG_CONFIG) --variable=exec_prefix wayland-server)
10 +wayland_protocoldir = $(TOP)/src/egl/wayland/wayland-drm/protocol
11  wayland_scanner=$(exec_prefix)/bin/wayland-scanner
12  
13  default: depend libwayland-drm.a $(GEN_SOURCES) $(GEN_HEADERS)
This page took 0.023893 seconds and 3 git commands to generate.