Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43070 - No PNG display in lcd4linux
Summary: No PNG display in lcd4linux
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-27 01:45 UTC by antonio
Modified: 2004-03-01 11:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description antonio 2004-02-27 01:45:53 UTC
Hello, this is my condition:

***********************
$ emerge -vp lcd4linux
These are the packages that I would merge, in order:

Calculating dependencies    ...done!
[ebuild   R   ] app-misc/lcd4linux-0.9.10  +kde -pda +png +X -usb
***********************

... but display raster mode dont't work.

I have canceled the ,!PNG variable in the ebuild script in this point:

************************
econf \
                --sysconfdir=/etc/lcd4linux \
                --with-drivers="all${myconf},!PNG"
************************

like this:

************************
econf \
                --sysconfdir=/etc/lcd4linux \
                --with-drivers="all${myconf}"
************************

Now the portage is compiled correctly with the support for generating PNG immages.

Best regards.

Antonio Casini
Comment 1 antonio 2004-02-27 01:51:55 UTC
Sorry for... not canceled but deleted.

I have deleted the ,!PNG variable in the ebuild script in this point:


Antonio Casini
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2004-03-01 11:44:04 UTC
in cvs