xdriinfo: uses glXGetProcAddressARB, add: depends_on('gl') (#26184)
This commit is contained in:
parent
2c9dfcabf8
commit
45c84a2b04
@ -22,6 +22,8 @@ class Xdriinfo(AutotoolsPackage, XorgPackage):
|
||||
depends_on('libxfixes')
|
||||
depends_on('pcre')
|
||||
|
||||
# Uses glXGetProcAddressARB, add OpenGL:
|
||||
depends_on('gl')
|
||||
depends_on('glproto')
|
||||
depends_on('pkgconfig', type='build')
|
||||
depends_on('util-macros', type='build')
|
||||
|
Loading…
Reference in New Issue
Block a user