mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
Add missing nvidia-cg-toolkit dependency
This commit is contained in:
parent
b845c7988a
commit
eede914ab8
@ -5259,6 +5259,8 @@ def MakeInstallerLinux():
|
||||
recommends = ReadFile("targetroot/debian/substvars_rec").replace("shlibs:Depends=", "").strip()
|
||||
if PkgSkip("PYTHON")==0:
|
||||
depends += ", " + PYTHONV + ", python-pmw"
|
||||
if PkgSkip("NVIDIACG")==0:
|
||||
depends += ", nvidia-cg-toolkit"
|
||||
WriteFile("targetroot/DEBIAN/control", txt.replace("DEPENDS", depends).replace("RECOMMENDS", recommends))
|
||||
oscmd("rm -rf targetroot/debian")
|
||||
oscmd("chmod -R 755 targetroot/DEBIAN")
|
||||
|
Loading…
x
Reference in New Issue
Block a user