summaryrefslogtreecommitdiff
path: root/dev-libs/libwacom/files/libwacom-1.1-match-with-autotools.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libwacom/files/libwacom-1.1-match-with-autotools.patch')
-rw-r--r--dev-libs/libwacom/files/libwacom-1.1-match-with-autotools.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-libs/libwacom/files/libwacom-1.1-match-with-autotools.patch b/dev-libs/libwacom/files/libwacom-1.1-match-with-autotools.patch
new file mode 100644
index 000000000000..06858cd36ad1
--- /dev/null
+++ b/dev-libs/libwacom/files/libwacom-1.1-match-with-autotools.patch
@@ -0,0 +1,24 @@
+From 07753990d7476d52cfd34fb7558c077bd8b44eeb Mon Sep 17 00:00:00 2001
+From: Peter Hutterer <peter.hutterer@who-t.net>
+Date: Mon, 23 Sep 2019 09:29:45 +1000
+Subject: [PATCH] meson.build: match the libwacom.pc file Name with the
+ autotools one (#164)
+
+Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
+---
+ meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/meson.build b/meson.build
+index 13459f7..3e0cc07 100644
+--- a/meson.build
++++ b/meson.build
+@@ -81,7 +81,7 @@ dep_libwacom = declare_dependency(link_with: lib_libwacom)
+ install_headers('libwacom/libwacom.h', subdir: 'libwacom-1.0/libwacom')
+
+ pkgconfig.generate(filebase: 'libwacom',
+- name: 'Libwacom',
++ name: 'libwacom',
+ description: 'Wacom model feature query library',
+ version: meson.project_version(),
+ subdirs: 'libwacom-1.0',