projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79d4034
)
meson: Fix xf86vm dep
author
Ville Syrjälä
<ville.syrjala@linux.intel.com>
Mon, 9 Oct 2017 22:34:18 +0000
(
01:34
+0300)
committer
Ville Syrjälä
<ville.syrjala@linux.intel.com>
Fri, 13 Oct 2017 11:28:41 +0000
(14:28 +0300)
The pkg-config file is called xxf86vm.pc not xf86vm.pc.
Cc: Dylan Baker <dylan@pnwbakers.com>
Cc: Eric Anholt <eric@anholt.net>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index bff40f697d37902f0f055865a0b96e36804087ce..4ba00283cec75001ee996f440694d80b4e23ed1c 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-582,7
+582,7
@@
if with_platform_x11
dependency('xcb-glx', version : '>= 1.8.1'),
]
- dep_xf86vm = dependency('xf86vm', required : false)
+ dep_xf86vm = dependency('x
x
f86vm', required : false)
endif
# TODO: XF86VIDMODE
endif