1 # The features of agl-devel
3 Activation of the agl-devel features turns on
4 features needed for developping and debugging
9 * adding to images some useful packages
10 * adding to images the package group 'packagegroup-agl-devel'
11 * definition of a contionnal the tag 'agl-devel'
12 for conditionnal building
14 * definition of the distro feature 'agl-devel'
15 * adds packages for development in SDK
17 ## How to use agl-devel in conditionnal builds
19 The following example shows how to activate C/C++ code
20 specific to agl-devel:
23 CPPFLAGS_append_agl-devel = " -DAGL_DEVEL"
26 Using this, any code enclosed in
30 ...my code specific to agl-devel...
34 will normaly be effective only if agl-devel is set on.
36 At this time, it is recommended to use AGL_DEVEL as tag