scons: Define PACKAGE_xxx
Should get the builds going again.
This commit is contained in:
@@ -21,6 +21,11 @@ env.Append(CPPPATH = [
|
||||
enabled_apis = []
|
||||
enabled_apis += ['GL']
|
||||
|
||||
env.Append(CPPDEFINES = [
|
||||
('PACKAGE_VERSION', '\\"9.2-devel\\"'),
|
||||
('PACKAGE_BUGREPORT', '\\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\\"'),
|
||||
])
|
||||
|
||||
if env['platform'] == 'windows':
|
||||
env.Append(CPPDEFINES = [
|
||||
'_GDI32_', # prevent gl* being declared __declspec(dllimport) in MS headers
|
||||
|
||||
Reference in New Issue
Block a user