libepoxy: remove meson dependency (#19659)

This commit is contained in:
Adam J. Stewart 2020-11-01 15:11:46 -06:00 committed by GitHub
parent 854aed2571
commit 750027e80f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,6 @@ class Libepoxy(AutotoolsPackage):
version('1.4.3', sha256='0b808a06c9685a62fca34b680abb8bc7fb2fda074478e329b063c1f872b826f6')
depends_on('pkgconfig', type='build')
depends_on('meson')
depends_on('gl')
depends_on('libx11', when='+glx')