summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoSoftware/Src/SConscript
diff options
context:
space:
mode:
authorbztdlinux <bztdlinux@gmail.com>2009-11-16 02:15:28 +0000
committerbztdlinux <bztdlinux@gmail.com>2009-11-16 02:15:28 +0000
commitd52eb9f692ec109b58c94ef0945e709b5db2a107 (patch)
treee93d341274220e5627fac6b2c9dfcc1776f8c17e /Source/Plugins/Plugin_VideoSoftware/Src/SConscript
parent633786f96be33493e7cce0012c03bcaf5b7ab8e6 (diff)
Remove the silly trampoline VideoCommon.h (thanks to godisgovernment)
VideoSoftware does not need Cg git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4585 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Plugins/Plugin_VideoSoftware/Src/SConscript')
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/SConscript6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/SConscript b/Source/Plugins/Plugin_VideoSoftware/Src/SConscript
index a3d4cd2d13..221f7bec41 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/SConscript
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/SConscript
@@ -58,9 +58,6 @@ if sys.platform == 'darwin':
gfxenv['FRAMEWORKS'] = ['CoreFoundation', 'System', 'OpenGL', 'Cocoa', 'Cg']
conf.CheckPKG('OpenGL')
- if not conf.CheckPKG('Cg'):
- print name + " must have Cg framework from nvidia to be build"
- Return()
elif sys.platform == 'win32':
print name + " is assuming that you have opengl, glu, cg, and cggl"
@@ -69,9 +66,6 @@ else:
print name + " must have opengl and glu to be build"
Return()
- if not conf.CheckPKG('Cg') or not conf.CheckPKG('CgGL'):
- print name + " must have cg and cggl to be build"
- Return()
if sys.platform == 'win32':
print name + " is assuming that you have glew"
else: