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
parent f8aeeaeddb
commit 608ae0cc0f

View File

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