Skip to content

Commit de3389d

Browse files
committed
add opengles, moved from amd64-fydeos_slim
1 parent ae4fba3 commit de3389d

3 files changed

Lines changed: 16 additions & 1 deletion

File tree

metadata/fydeos_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FYDEOS_BUILD=2
1+
FYDEOS_BUILD=3
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
opengles-2.ebuild

virtual/opengles/opengles-2.ebuild

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Copyright 2022 The ChromiumOS Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI="7"
5+
6+
DESCRIPTION="Virtual for OpenGLES implementations"
7+
8+
LICENSE="metapackage"
9+
SLOT="0"
10+
KEYWORDS="*"
11+
IUSE=""
12+
13+
RDEPEND="media-libs/mesa[egl,gles2]"
14+
DEPEND=""

0 commit comments

Comments
 (0)