temporarily remove libGL-dev dependency
This commit is contained in:
parent
a90992be72
commit
0e68fca1ff
|
@ -288,7 +288,8 @@ for module in "${!modules[@]}"; do
|
|||
fi
|
||||
if [ "$pymodule" = "ModernGL" ]; then
|
||||
echo "* Checking module dependencies: GL"
|
||||
check_library GL GL libGL-${devname}
|
||||
check_library GL GL
|
||||
# libGL-${devname}
|
||||
fi
|
||||
if [ "$module_detected" -eq "0" ] ; then
|
||||
if [ ]; then
|
||||
|
|
Loading…
Reference in New Issue