mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
xorg: initialize glamor provider
This allows Xorg to use Glamor GLX when Glamor is requested, and eliminates usage of DRI2 in case of Glamor. Signed-off-by: Konstantin Pugin <ria.freelander@gmail.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Acked-by: Emma Anholt <emma@anholt.net>
This commit is contained in:
committed by
Konstantin
parent
a563f530f6
commit
a987fc7c36
@@ -15,7 +15,7 @@ shared_module(
|
||||
dependency('libdrm', version: '>= 2.4.46'),
|
||||
gbm_dep,
|
||||
],
|
||||
link_with: glamor,
|
||||
link_with: [glamor, libxserver_glx],
|
||||
|
||||
install: true,
|
||||
install_dir: module_dir,
|
||||
|
||||
Reference in New Issue
Block a user