View previous topic :: View next topic |
Author |
Message |
bascom49 n00b

Joined: 19 Apr 2008 Posts: 18
|
Posted: Sun Apr 27, 2008 1:39 am Post subject: How do I compile Evas with the jpeg flag SOLVED |
|
|
I just installed e17 and get this error after starting x : Enlightment error Enlightenment found Evas cant load JPEG files
In an earlier thread this problem was solved by compiling Evas with the jpeg flag.
Exactly how is this done ?
Thanks
Last edited by bascom49 on Sun Apr 27, 2008 2:15 am; edited 1 time in total |
|
Back to top |
|
 |
Xamien Tux's lil' helper

Joined: 08 Jun 2005 Posts: 88
|
Posted: Sun Apr 27, 2008 2:00 am Post subject: |
|
|
Code: | USE="jpeg" emerge evas |
That's actually not advisable, but it's quick and dirty. Better to add jpeg to your use flags in make.conf and Code: | emerge --newuse evas | . |
|
Back to top |
|
 |
bunder Bodhisattva

Joined: 10 Apr 2004 Posts: 5956
|
Posted: Sun Apr 27, 2008 2:08 am Post subject: |
|
|
thread refers to a package not in portage.
Moved from Desktop Environments to Unsupported Software.  _________________
Neddyseagoon wrote: | The problem with leaving is that you can only do it once and it reduces your influence. |
banned from #gentoo since sept 2017 |
|
Back to top |
|
 |
bascom49 n00b

Joined: 19 Apr 2008 Posts: 18
|
Posted: Sun Apr 27, 2008 2:14 am Post subject: emerge --newuse evas works ! |
|
|
Thanks for the tip. I really should have figured this out. For some reason I just did not
associate compiling and emerge as the same thing, basically.
Thanks again |
|
Back to top |
|
 |
|