diff options
author | Simon Rettberg | 2019-02-21 12:53:55 +0100 |
---|---|---|
committer | Simon Rettberg | 2019-02-21 12:53:55 +0100 |
commit | 7807f14f13da72e4663d3c40a7eedc544353668d (patch) | |
tree | 3da68e9aaaf92ee42d3359cf12c66a3192c268e5 /core | |
parent | [xorg] Add missing packages; cleanup (diff) | |
download | mltk-7807f14f13da72e4663d3c40a7eedc544353668d.tar.gz mltk-7807f14f13da72e4663d3c40a7eedc544353668d.tar.xz mltk-7807f14f13da72e4663d3c40a7eedc544353668d.zip |
[xorg] Add libEGL too
Diffstat (limited to 'core')
-rw-r--r-- | core/modules/xorg/module.conf.ubuntu.18 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/modules/xorg/module.conf.ubuntu.18 b/core/modules/xorg/module.conf.ubuntu.18 index 5225a6ec..32a53412 100644 --- a/core/modules/xorg/module.conf.ubuntu.18 +++ b/core/modules/xorg/module.conf.ubuntu.18 @@ -8,6 +8,8 @@ REQUIRED_INSTALLED_PACKAGES=" libgl1-mesa-dri$UBUNTU_XORG_PKG_SUFFIX libgl1-mesa-glx$UBUNTU_XORG_PKG_SUFFIX libglx0 + libegl1 + libegl1-mesa xkb-data x11-xkb-utils x11-xserver-utils @@ -39,6 +41,7 @@ REQUIRED_CONTENT_PACKAGES=" libglx0 libglx-mesa0 libxcb-glx0 + libegl1 libegl1-mesa libgbm1 libcapnp-0.6.1 |