Changeset 3483
- Timestamp:
- 08/13/07 14:46:45 (1 year ago)
- Files:
-
- trunk/freewrt/scripts/scan-pkgs.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/scripts/scan-pkgs.sh
r3135 r3483 116 116 117 117 if [[ -n $NEED_GLIBZWO ]]; then 118 if ! which glib-genmarshal ; then118 if ! which glib-genmarshal >/dev/null 2>&1; then 119 119 echo >&2 You need libglib2.0-dev to build $NEED_GLIBZWO 120 120 out=1


