diff options
| -rw-r--r-- | meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb b/meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb index 342d1b8441..86e5d81491 100644 --- a/meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb +++ b/meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb | |||
| @@ -3,11 +3,12 @@ require xorg-util-common.inc | |||
| 3 | SUMMARY = "create dependencies in makefiles" | 3 | SUMMARY = "create dependencies in makefiles" |
| 4 | 4 | ||
| 5 | DESCRIPTION = "The makedepend program reads each sourcefile in sequence \ | 5 | DESCRIPTION = "The makedepend program reads each sourcefile in sequence \ |
| 6 | and parses it like a C-preprocessor, processing all #include, #define, \ | 6 | and parses it like a C-preprocessor, processing \ |
| 7 | #undef, #ifdef, #ifndef, #endif, #if, #elif and #else directives so that \ | 7 | all #include, #define, #undef, #ifdef, #ifndef, #endif, #if, #elif \ |
| 8 | it can correctly tell which #include, directives would be used in a \ | 8 | and #else directives so that it can correctly tell which #include, \ |
| 9 | compilation. Any #include, directives can reference files having other \ | 9 | directives would be used in a compilation. Any #include, directives \ |
| 10 | #include directives, and parsing will occur in these files as well." | 10 | can reference files having other #include directives, and parsing will \ |
| 11 | occur in these files as well." | ||
| 11 | 12 | ||
| 12 | DEPENDS = "xproto util-macros" | 13 | DEPENDS = "xproto util-macros" |
| 13 | PR = "r0" | 14 | PR = "r0" |
