Skip to content
Snippets Groups Projects
Commit d572b9fa authored by Simon McVittie's avatar Simon McVittie
Browse files

debian: Use macros from libcapsule itself to build libGL proxy


Otherwise it needs a more recent version of pkg-config.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 068e02e9
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
...@@ -58,7 +58,7 @@ override_dh_auto_build: ...@@ -58,7 +58,7 @@ override_dh_auto_build:
$(NULL) $(NULL)
# Copy it, so we can install the original source as an example # Copy it, so we can install the original source as an example
cp -a debian/libGL-proxy debian/libGL-proxy-build cp -a debian/libGL-proxy debian/libGL-proxy-build
cd debian/libGL-proxy-build && autoreconf -fi cd debian/libGL-proxy-build && autoreconf -fi -I $(CURDIR)/m4
cd debian/libGL-proxy-build && ./configure --prefix=/usr $(proxy_vars) cd debian/libGL-proxy-build && ./configure --prefix=/usr $(proxy_vars)
$(MAKE) -C debian/libGL-proxy-build V=1 $(proxy_vars) $(MAKE) -C debian/libGL-proxy-build V=1 $(proxy_vars)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment