Correcting license from wxWindows to WXwindows (resolves #247)
This commit is contained in:
parent
aab16dd255
commit
59632d05ab
|
@ -1,7 +1,7 @@
|
||||||
DESCRIPTION = "wxWidgets is a cross platform application framework utilizing native python."
|
DESCRIPTION = "wxWidgets is a cross platform application framework utilizing native python."
|
||||||
HOMEPAGE = "http://www.wxpython.org"
|
HOMEPAGE = "http://www.wxpython.org"
|
||||||
|
|
||||||
LICENSE = "wxWindows"
|
LICENSE = "WXwindows"
|
||||||
LIC_FILES_CHKSUM = "file://licence/licence.txt;md5=18346072db6eb834b6edbd2cdc4f109b"
|
LIC_FILES_CHKSUM = "file://licence/licence.txt;md5=18346072db6eb834b6edbd2cdc4f109b"
|
||||||
|
|
||||||
DEPENDS = "wxwidgets"
|
DEPENDS = "wxwidgets"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
DESCRIPTION = "wxWidgets is a cross platform application framework utilizing native widgets."
|
DESCRIPTION = "wxWidgets is a cross platform application framework utilizing native widgets."
|
||||||
HOMEPAGE = "http://www.wxwidgets.org"
|
HOMEPAGE = "http://www.wxwidgets.org"
|
||||||
|
|
||||||
LICENSE = "wxWindows"
|
LICENSE = "WXwindows"
|
||||||
LIC_FILES_CHKSUM = "file://docs/licence.txt;md5=18346072db6eb834b6edbd2cdc4f109b"
|
LIC_FILES_CHKSUM = "file://docs/licence.txt;md5=18346072db6eb834b6edbd2cdc4f109b"
|
||||||
|
|
||||||
DEPENDS = "webkit-gtk gstreamer gtk+ jpeg tiff libpng zlib expat libxinerama libglu"
|
DEPENDS = "webkit-gtk gstreamer gtk+ jpeg tiff libpng zlib expat libxinerama libglu"
|
||||||
|
|
Loading…
Reference in New Issue