summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-02-15 16:30:47 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-02-15 21:26:58 +0100
commit990d2715fec8ccd974a1adc9a11c7d193594e147 (patch)
tree8c297413a206e3e36182db317333290113ea03bb
parentb82b4441a634dfa3fdcf02f6a565e98430445b3e (diff)
mesa3d-headers: fix installation of dri.pc
/usr/lib/pkg-config/ is not the correct installation path for .pc files, it should be in /usr/lib/pkgconfig/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/mesa3d-headers/mesa3d-headers.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mesa3d-headers/mesa3d-headers.mk b/package/mesa3d-headers/mesa3d-headers.mk
index 2c62c48ce..7ae596692 100644
--- a/package/mesa3d-headers/mesa3d-headers.mk
+++ b/package/mesa3d-headers/mesa3d-headers.mk
@@ -47,7 +47,7 @@ define MESA3D_HEADERS_INSTALL_DRI_PC
$(INSTALL) -D -m 0644 $(@D)/include/GL/internal/dri_interface.h \
$(STAGING_DIR)/usr/include/GL/internal/dri_interface.h
$(INSTALL) -D -m 0644 $(@D)/src/mesa/drivers/dri/dri.pc \
- $(STAGING_DIR)/usr/lib/pkg-config/dri.pc
+ $(STAGING_DIR)/usr/lib/pkgconfig/dri.pc
endef
endif # Xorg