Changeset ccfaf15 in freewrt


Ignore:
Timestamp:
Sep 18, 2006, 7:54:04 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
b684a89
Parents:
39b9864
Message:

Apply patch from PR#83 by pylon@…:

| ncurses is a dependency for screen, which is currently not in screen's
| Config.in
|
| Furthermore in package/Makefile package-$(FWRT_PACKAGE_LIBNCURSES)
| needs to be added, so that a binpkg will be built.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@629 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • package/Makefile

    r39b9864 rccfaf15  
    119119package-$(FWRT_PACKAGE_LIBLZO) += liblzo
    120120package-$(FWRT_PACKAGE_LIBMAD) += libmad
     121package-$(FWRT_PACKAGE_LIBNCURSES) += ncurses
    121122package-$(FWRT_PACKAGE_LIBNET) += libnet
    122123package-$(FWRT_PACKAGE_LIBNIDS) += libnids
  • package/screen/Config.in

    r39b9864 rccfaf15  
    22        prompt "screen............................ Full-screen terminal window manager"
    33        tristate
    4         default m if CONFIG_DEVEL
     4        default n
     5        select FWRT_PACKAGE_LIBNCURSES
    56        help
    67          Screen is a full-screen window manager that multiplexes a physical
Note: See TracChangeset for help on using the changeset viewer.