diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-07-30 16:26:31 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-07-30 16:26:31 +0000 |
commit | 4d175a934904e5ef35c9f42b981039ae05348e16 (patch) | |
tree | c29a698880f33496d9a739f85798e6b9d0de980d /packages/images/fso-image.bb | |
parent | 2c35367f8c979b629bb2ae5c464d34eeb9af3a8d (diff) |
add numptyphysics to fso image
Diffstat (limited to 'packages/images/fso-image.bb')
-rw-r--r-- | packages/images/fso-image.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/images/fso-image.bb b/packages/images/fso-image.bb index 299e9790a1..fb5026db2a 100644 --- a/packages/images/fso-image.bb +++ b/packages/images/fso-image.bb @@ -71,6 +71,10 @@ GTK_INSTALL = "\ tangogps-fso \ " +GAMES_INSTALL = "\ + numptyphysics \ +" + # FIXME these should rather be part of alsa-state, # once Om stabilizes them... AUDIO_INSTALL_append_om-gta01 = "\ @@ -98,6 +102,7 @@ IMAGE_INSTALL = "\ ${BASE_INSTALL} \ ${X_INSTALL} \ ${GTK_INSTALL} \ + ${GAMES_INSTALL} \ ${AUDIO_INSTALL} \ ${TOOLS_INSTALL} \ ${PYTHON_INSTALL} \ |