|
Revision 609, 0.9 kB
(checked in by kaarna, 3 months ago)
|
dsss.conf back to how it was. I'll never learn.
|
| Line | |
|---|
| 1 |
name = gtkd |
|---|
| 2 |
|
|---|
| 3 |
#Add section names to the follwing variable to get them built. |
|---|
| 4 |
defaulttargets = undemofy src |
|---|
| 5 |
|
|---|
| 6 |
#Disable all demos, so we can selectively enable them below. |
|---|
| 7 |
#Since DSSS' support for embedded commands is somewhat limited, |
|---|
| 8 |
#we cannot embed the lil' script we need here. |
|---|
| 9 |
[+undemofy] |
|---|
| 10 |
version (Posix) { |
|---|
| 11 |
postbuild = cd demos ; ./demoselect.sh disable-all |
|---|
| 12 |
postclean = cd demos ; ./demoselect.sh disable-all |
|---|
| 13 |
} |
|---|
| 14 |
|
|---|
| 15 |
#Subdirs don't support hooks, so they've been added |
|---|
| 16 |
#to each dsss.conf separately. |
|---|
| 17 |
[src] |
|---|
| 18 |
type = subdir |
|---|
| 19 |
#postbuild = cd demos ; ./demoselect.sh gtk |
|---|
| 20 |
|
|---|
| 21 |
#Add any of the following packages to 'defaulttargets' |
|---|
| 22 |
#if you want to build or install them by default: |
|---|
| 23 |
|
|---|
| 24 |
[srcgda] |
|---|
| 25 |
type = subdir |
|---|
| 26 |
#postbuild = cd demos ; ./demoselect.sh gda |
|---|
| 27 |
|
|---|
| 28 |
[srcgl] |
|---|
| 29 |
type = subdir |
|---|
| 30 |
#postbuild = cd demos ; ./demoselect.sh gl |
|---|
| 31 |
|
|---|
| 32 |
[srcsv] |
|---|
| 33 |
type = subdir |
|---|
| 34 |
#postbuild = cd demos ; ./demoselect.sh sv |
|---|
| 35 |
|
|---|
| 36 |
[srcgstreamer] |
|---|
| 37 |
type = subdir |
|---|
| 38 |
#postbuild = cd demos ; ./demoselect.sh gst |
|---|
| 39 |
|
|---|
| 40 |
[demos] |
|---|
| 41 |
type = subdir |
|---|