Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 71086 | Differences between
and this patch

Collapse All | Expand All

(-)Defs.in.template (-2 / +4 lines)
Lines 18-24 Link Here
18
# plan on compiling wxWidgets using this build system. If you
18
# plan on compiling wxWidgets using this build system. If you
19
# have already compiled or installed wxWidgets, you can ignore
19
# have already compiled or installed wxWidgets, you can ignore
20
# this setting and comment it out if you like.
20
# this setting and comment it out if you like.
21
WXW_SOURCE_DIR = $(HOME)/src/wxGTK-2.6.1
21
#WXW_SOURCE_DIR = $(HOME)/src/wxGTK-2.6.1
22
# WXW_SOURCE_DIR = /usr/local/src/wxGTK-2.6.1
22
# WXW_SOURCE_DIR = /usr/local/src/wxGTK-2.6.1
23
23
24
# A directory within WXW_SOURCE_DIR you want to build in. The
24
# A directory within WXW_SOURCE_DIR you want to build in. The
Lines 33-46 Link Here
33
# already built wxWidgets yourself, where it has been 
33
# already built wxWidgets yourself, where it has been 
34
# installed. If you build wxWidgets, sub-directories will
34
# installed. If you build wxWidgets, sub-directories will
35
# be created under this directory for include, lib, etc.
35
# be created under this directory for include, lib, etc.
36
WXW_INSTALL_DIR = $(HOME)/packages/wx-widgets-2.6.1
36
#WXW_INSTALL_DIR = $(HOME)/packages/wx-widgets-2.6.1
37
# WXW_INSTALL_DIR = /usr/local/packages/wx-widgets-2.6.1
37
# WXW_INSTALL_DIR = /usr/local/packages/wx-widgets-2.6.1
38
WXW_INSTALL_DIR = ${S}/wx
38
39
39
# Where you want wx.NET to be installed. Sub-directories will
40
# Where you want wx.NET to be installed. Sub-directories will
40
# be created under this directory for bin and samples. THIS IS 
41
# be created under this directory for bin and samples. THIS IS 
41
# OPTIONAL and will only be used if you do a "make wxnet-install"
42
# OPTIONAL and will only be used if you do a "make wxnet-install"
42
# WXNET_INSTALL_DIR = $(HOME)/packages/wxnet
43
# WXNET_INSTALL_DIR = $(HOME)/packages/wxnet
43
# WXNET_INSTALL_DIR = /usr/local/packages/wxnet
44
# WXNET_INSTALL_DIR = /usr/local/packages/wxnet
45
WXNET_INSTALL_DIR = ${D}/usr/lib/wxnet
44
46
45
# What .NET package to use when compiling wx.NET and running
47
# What .NET package to use when compiling wx.NET and running
46
# it's samples? Should be one of "mono" or "pnet"
48
# it's samples? Should be one of "mono" or "pnet"

Return to bug 71086