|
|
01-18-2010
, 07:15 PM
|
|
Posts: 10 |
Thanked: 2 times |
Joined on Nov 2009
|
#2
|
PKG_CHECK_MODULES(HELLOWORLD, sdl)
| The Following User Says Thank You to kouky For This Useful Post: | ||
![]() |
| Thread Tools | Search this Thread |
|
It's working fine on the N900 but I can't create the Debian package to install the helloworld on the N900.
It seems the SDL is not included in the package:
I have error messages like this one:
undefined reference to `SDL_FillRect'
How can I include the SDL lib when creating a Debian Package?
Thanks for your help