Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Steven Gueguen
slapos
Commits
71a452d8
Commit
71a452d8
authored
Jan 17, 2014
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build shared libraries only.
parent
97e01e83
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
1 deletion
+6
-1
component/boost-lib/buildout.cfg
component/boost-lib/buildout.cfg
+1
-1
component/gtk-2/buildout.cfg
component/gtk-2/buildout.cfg
+1
-0
component/librsvg/buildout.cfg
component/librsvg/buildout.cfg
+2
-0
component/xorg/buildout.cfg
component/xorg/buildout.cfg
+2
-0
No files found.
component/boost-lib/buildout.cfg
View file @
71a452d8
...
@@ -19,4 +19,4 @@ command =
...
@@ -19,4 +19,4 @@ command =
mkdir -p ${:destination} &&
mkdir -p ${:destination} &&
cd ${:source} &&
cd ${:source} &&
./bootstrap.sh --prefix=${:location} &&
./bootstrap.sh --prefix=${:location} &&
./bjam install
./bjam
link=shared
install
component/gtk-2/buildout.cfg
View file @
71a452d8
...
@@ -21,6 +21,7 @@ md5sum = f101a9e88b783337b20b2e26dfd26d5f
...
@@ -21,6 +21,7 @@ md5sum = f101a9e88b783337b20b2e26dfd26d5f
depends =
depends =
${libpng:so_version}
${libpng:so_version}
configure-options =
configure-options =
--disable-static
--enable-tee=yes
--enable-tee=yes
--enable-xlib=yes
--enable-xlib=yes
environment =
environment =
...
...
component/librsvg/buildout.cfg
View file @
71a452d8
...
@@ -14,6 +14,8 @@ extends =
...
@@ -14,6 +14,8 @@ extends =
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
url = http://ftp.gnome.org/pub/gnome/sources/libcroco/0.6/libcroco-0.6.8.tar.xz
url = http://ftp.gnome.org/pub/gnome/sources/libcroco/0.6/libcroco-0.6.8.tar.xz
md5sum = 767e73c4174f75b99695d4530fd9bb80
md5sum = 767e73c4174f75b99695d4530fd9bb80
configure-options =
--disable-static
environment =
environment =
PATH=${pkgconfig:location}/bin:${xz-utils:location}/bin:%(PATH)s
PATH=${pkgconfig:location}/bin:${xz-utils:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${pkgconfig:location}/lib/pkgconfig:${libxml2:location}/lib/pkgconfig:${glib:location}/lib/pkgconfig:${zlib:location}/lib/pkgconfig
PKG_CONFIG_PATH=${pkgconfig:location}/lib/pkgconfig:${libxml2:location}/lib/pkgconfig:${glib:location}/lib/pkgconfig:${zlib:location}/lib/pkgconfig
...
...
component/xorg/buildout.cfg
View file @
71a452d8
...
@@ -247,6 +247,8 @@ md5sum = 9959fe0bfb22a0e7260433b8d199590a
...
@@ -247,6 +247,8 @@ md5sum = 9959fe0bfb22a0e7260433b8d199590a
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
url = http://xorg.freedesktop.org/archive/individual/lib/pixman-0.32.4.tar.bz2
url = http://xorg.freedesktop.org/archive/individual/lib/pixman-0.32.4.tar.bz2
md5sum = cdb566504fe9daf6728c7b03cc7ea228
md5sum = cdb566504fe9daf6728c7b03cc7ea228
configure-options =
--disable-static
[libfontenc]
[libfontenc]
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment