Skip to content

Commit

Permalink
Merge/Dependencies.hs: added 'ncurses' bunch to pkgconfig table
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
  • Loading branch information
Sergei Trofimovich committed Apr 17, 2014
1 parent 2526378 commit 2ddb540
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Merge/Dependencies.hs
Expand Up @@ -339,6 +339,8 @@ staticTranslateExtraLib lib = lookup lib m
, ("openal", any_c_p "media-libs" "openal")
, ("iw", any_c_p "net-wireless" "wireless-tools")
, ("attr", any_c_p "sys-apps" "attr")
, ("ncurses", any_c_p "sys-libs" "ncurses")
, ("panel", any_c_p "sys-libs" "ncurses")
]

---------------------------------------------------------------
Expand Down Expand Up @@ -481,4 +483,8 @@ pkgconfig_table =
,("QtScript", ("dev-qt", "qtscript", Portage.AnySlot))
,("ImageMagick", ("media-gfx", "imagemagick", Portage.AnySlot))
,("MagickWand", ("media-gfx", "imagemagick", Portage.AnySlot))
,("ncurses", ("sys-libs", "ncurses", Portage.AnySlot))
,("ncursesw", ("sys-libs", "ncurses", Portage.AnySlot))
,("panel", ("sys-libs", "ncurses", Portage.AnySlot))
,("panelw", ("sys-libs", "ncurses", Portage.AnySlot))
]

0 comments on commit 2ddb540

Please sign in to comment.