Add cog minibrowser to Factory. OBS-URL: https://build.opensuse.org/request/show/1129511 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/cog?expand=0&rev=1
13 lines
467 B
Diff
13 lines
467 B
Diff
Index: cog/platform/drm/meson.build
|
|
===================================================================
|
|
--- cog.orig/platform/drm/meson.build
|
|
+++ cog/platform/drm/meson.build
|
|
@@ -13,6 +13,7 @@ drm_platform_plugin = shared_module('cog
|
|
dependency('libdrm', version: '>=2.4.71'),
|
|
dependency('libinput'),
|
|
dependency('libudev'),
|
|
+ dependency('wayland-server'),
|
|
],
|
|
gnu_symbol_visibility: 'hidden',
|
|
install_dir: plugin_path,
|