diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-07-04 12:53:57 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-04 12:53:57 +0000 |
commit | 32dd9f8aee118b72a3754045254c54ebf8bcad2f (patch) | |
tree | 33869e6b8c877b0284b344f6a552762c37385ff5 /packages/gemdropx | |
parent | 8f263baffb8ac13d3dbe512c4a5436b193157acf (diff) |
gemdropx 0.9 fix linking
Diffstat (limited to 'packages/gemdropx')
-rw-r--r-- | packages/gemdropx/gemdropx_0.9.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gemdropx/gemdropx_0.9.bb b/packages/gemdropx/gemdropx_0.9.bb index a50fd6b567..4f96715b79 100644 --- a/packages/gemdropx/gemdropx_0.9.bb +++ b/packages/gemdropx/gemdropx_0.9.bb @@ -18,6 +18,7 @@ EXTRA_QMAKEVARS_POST += "CONFIG-=qt \ LIBS+=-lSDL_mixer \ LIBS+=-lSDL_image \ LIBS+=-lpthread \ + LIBS+=-Wl,-rpath-link,${OE_QMAKE_LIBDIR_QT} \ DEFINES+=DATA_PREFIX=\\"\"${datadir}/gemdropx/\\"\"" do_configure_prepend() { |