Line | |
---|
1 | # -*- Makefile -*-
|
---|
2 | #
|
---|
3 | # Overwrite some default kBuild settings
|
---|
4 | #
|
---|
5 |
|
---|
6 | # shut up wine complaining about unknown locale
|
---|
7 | EXEC_X86_WIN32 := LC_ALL=C DISPLAY= wine 2>/dev/null
|
---|
8 |
|
---|
9 | # don't build testcases to save time, they are not needed for the package
|
---|
10 | VBOX_WITH_TESTCASES :=
|
---|
11 | VBOX_WITH_TESTSUITE :=
|
---|
12 | VBOX_DOCBOOK_WITH_LATEX := 1
|
---|
13 |
|
---|
14 | KBUILD_MSG_STYLE := brief
|
---|
15 |
|
---|
16 | DEFS += RTPATH_APP_DOCS=\"/usr/share/doc/virtualbox-ose\"
|
---|
17 | DEFS += RTPATH_APP_PRIVATE_ARCH=\"/usr/lib/virtualbox-ose\"
|
---|
18 | DEFS += RTPATH_APP_PRIVATE=\"/usr/share/virtualbox-ose\"
|
---|
19 | DEFS += RTPATH_SHARED_LIBS=\"/usr/lib\"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.