diff options
| author | Neel Gandhi <neel.gandhi@xilinx.com> | 2022-01-05 11:37:08 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2022-01-07 07:21:04 -0800 |
| commit | 2391b1173155056effc6d7d3924ba46695ae9853 (patch) | |
| tree | dc0b006ec56a40ab46a95cd2d09b0aa8d0a2e955 /meta-xilinx-core | |
| parent | b63f3c3ec1b6a4df720e3b3ccfd085bef5fea952 (diff) | |
| download | meta-xilinx-2391b1173155056effc6d7d3924ba46695ae9853.tar.gz | |
Resolved DRI compilation for xserver and xwayland
Signed-off-by: Neel Gandhi <neel.gandhi@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-core')
| -rw-r--r-- | meta-xilinx-core/recipes-graphics/mesa/mesa-gl_%.bbappend | 2 | ||||
| -rw-r--r-- | meta-xilinx-core/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-graphics/mesa/mesa-gl_%.bbappend b/meta-xilinx-core/recipes-graphics/mesa/mesa-gl_%.bbappend index a5a1eeb2..a4f8f43b 100644 --- a/meta-xilinx-core/recipes-graphics/mesa/mesa-gl_%.bbappend +++ b/meta-xilinx-core/recipes-graphics/mesa/mesa-gl_%.bbappend | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | PACKAGECONFIG:append = " dri3 gallium" | ||
| 2 | |||
| 1 | do_install:append:zynqmp () { | 3 | do_install:append:zynqmp () { |
| 2 | rm -rf ${D}${includedir}/KHR/* | 4 | rm -rf ${D}${includedir}/KHR/* |
| 3 | } | 5 | } |
diff --git a/meta-xilinx-core/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend b/meta-xilinx-core/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend new file mode 100644 index 00000000..a3941df2 --- /dev/null +++ b/meta-xilinx-core/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend | |||
| @@ -0,0 +1 @@ | |||
| DEPENDS:append = " virtual/libgbm" | |||
