summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPekka Paalanen <pekka.paalanen@collabora.com>2019-03-28 14:45:40 +0200
committerSimon Ser <contact@emersion.fr>2019-06-18 23:39:13 +0300
commit91a6a37d459fc5c6c8cab00a7edc18c1dcb6c735 (patch)
tree38313229070ee237fd53d72753bbad0b066db60e
parenta2aedba5317040bc3257ada5278bd28c6386228e (diff)
downloadweston-91a6a37d459fc5c6c8cab00a7edc18c1dcb6c735.tar.gz
libweston: fix protocol install path
These protocols are from libweston, not weston. Even the pkg-config files is called libweston-6-protocols.pc. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com> (cherry picked from commit 4ab901ebb0cc18aab8af34263e91c352b6a4e29f)
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index b1f324e7..b0167b31 100644
--- a/meson.build
+++ b/meson.build
@@ -39,7 +39,7 @@ dir_module_libweston = join_paths(dir_lib, 'libweston-@0@'.format(libweston_majo
dir_data_pc = join_paths(dir_data, 'pkgconfig')
dir_lib_pc = join_paths(dir_lib, 'pkgconfig')
dir_man = join_paths(dir_prefix, get_option('mandir'))
-dir_protocol_libweston = 'weston/protocols' # XXX: this should be 'libweston'
+dir_protocol_libweston = 'libweston/protocols'
pkgconfig = import('pkgconfig')