mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
6
package/opengl/libgl/Config.in
Normal file
6
package/opengl/libgl/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_HAS_LIBGL
|
||||
bool
|
||||
|
||||
config BR2_PACKAGE_PROVIDES_LIBGL
|
||||
string
|
||||
depends on BR2_PACKAGE_HAS_LIBGL
|
||||
7
package/opengl/libgl/libgl.mk
Normal file
7
package/opengl/libgl/libgl.mk
Normal file
@@ -0,0 +1,7 @@
|
||||
################################################################################
|
||||
#
|
||||
# libgl
|
||||
#
|
||||
################################################################################
|
||||
|
||||
$(eval $(virtual-package))
|
||||
Reference in New Issue
Block a user