diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-02-07 15:51:11 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-07 15:51:11 +0000 |
commit | 2f001ca874831915cef6264dd0de708859f81caf (patch) | |
tree | 9925d8ebd47d6c31ac8c6edbbbfe5b616d72e858 /packages/wview/wview-mysql.inc | |
parent | c2564f341b46fbc5e77b950ad977e185a1997e0b (diff) |
radlib/wview: Add radlib/wview packages
radlib is a "rapid application development" library (http://www.radlib.teel.ws/)
wview is weather station app (http://www.wviewweather.com/)
Diffstat (limited to 'packages/wview/wview-mysql.inc')
-rw-r--r-- | packages/wview/wview-mysql.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/wview/wview-mysql.inc b/packages/wview/wview-mysql.inc new file mode 100644 index 0000000000..3b9314eafd --- /dev/null +++ b/packages/wview/wview-mysql.inc @@ -0,0 +1,7 @@ +DEPENDS += " radlib-mysql" + +export CFLAGS_append=" -I${STAGING_INCDIR}/mysql " +export LDFLAGS_append=" -L${STAGING_LIBDIR}/mysql " + +EXTRA_OECONF += " --enable-mysql" + |