xserver-xorg: don't unconditionally add xshmfence

This is only required if dri3 is enabled in the server. It shouldn't
be included unconditionally.

Arguably this should be put in openembedded-core, but for now it's
safe to put here.
This commit is contained in:
Dan McGregor 2023-03-17 12:13:40 -06:00 committed by Oliver Kästner
parent 33b02e648d
commit 5790998d9e
No known key found for this signature in database
GPG Key ID: 06A81B143EA9588F

View File

@ -1 +1 @@
DEPENDS += "libxshmfence"
PACKAGECONFIG[dri3] = "-Ddri3=true,-Ddri3=false,libxshmfence"