Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
b2f62c53
Commit
b2f62c53
authored
8 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
Initial work towards functional X11
parent
0cab49e7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
profiles/base/make.defaults
+7
-3
7 additions, 3 deletions
profiles/base/make.defaults
profiles/base/package.use
+18
-1
18 additions, 1 deletion
profiles/base/package.use
profiles/base/use.mask
+3
-0
3 additions, 0 deletions
profiles/base/use.mask
with
28 additions
and
4 deletions
profiles/base/make.defaults
+
7
−
3
View file @
b2f62c53
...
...
@@ -8,11 +8,12 @@ USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND"
# Tier 1 and Tier 2 only, for now. Consult Platform Group before *ever* changing this.
TIER1_ARCH="x86 x86_64 ppc ppc64 mips arm"
TIER2_ARCH="alpha arm64 hppa ia64 sparc sparc64"
USE_EXPAND_VALUES_ARCH="${TIER1_ARCH} ${TIER2_ARCH}"
UNFORTUNATE_STUPID_XORG_EBUILD_ARCH="x86-interix ppc-aix x86-winnt s390 sh"
USE_EXPAND_VALUES_ARCH="${TIER1_ARCH} ${TIER2_ARCH} ${UNFORTUNATE_STUPID_XORG_EBUILD_ARCH}"
# We only support these libcs right now.
# FreeBSD, glibc, mintlib, and uclibc must be added due to stupid gentoo ebuilds
USE_EXPAND_VALUES_ELIBC="glibc mintlib musl
FreeBSD
uclibc"
#
Darwin,
FreeBSD, glibc, mintlib,
SunOS,
and uclibc must be added due to stupid gentoo ebuilds
USE_EXPAND_VALUES_ELIBC="
Darwin FreeBSD
glibc mintlib musl
SunOS
uclibc"
# XXX Someday fix it to know that busybox != GNU
USE_EXPAND_VALUES_KERNEL="linux"
...
...
@@ -51,3 +52,6 @@ FEATURES="buildpkg"
# It can't be overriden in the systemd profile!
INSTALL_MASK="/usr/lib/charset.alias"
INPUT_DEVICES="*"
VIDEO_CARDS="amdgpu apm ast chips cirrus dummy epson fbdev glint i128 i740 intel mach64 mga neomagic nouveau nv qxl r128 rendition s3 s3virge savage siliconmotion sisusb tdfx tga trident tseng vesa via vmware voodoo"
This diff is collapsed.
Click to expand it.
profiles/base/package.use
+
18
−
1
View file @
b2f62c53
...
...
@@ -21,4 +21,21 @@ dev-vcs/cvs doc
dev-vcs/git doc -python
dev-vcs/subversion doc
net-misc/curl ssl
sys-devel/gcc doc -fortran libssp
sys-devel/gcc doc fortran libssp
# Needed for X
media-libs/freetype X utils
media-libs/mesa -llvm vaapi -video_cards_vmware xa xvmc
x11-base/xorg-server glamor nptl xorg
x11-drivers/xf86-video-amdgpu glamor
x11-drivers/xf86-video-intel dri sna udev uxa xvmc
x11-drivers/xf86-video-mach64 dri
x11-drivers/xf86-video-mga dri
x11-drivers/xf86-video-nouveau glamor
x11-drivers/xf86-video-r128 dri
x11-drivers/xf86-video-savage dri
x11-drivers/xf86-video-tdfx dri
x11-libs/libdrm libkms
x11-libs/libva X
x11-libs/libva-intel-driver X
x11-libs/libXfont truetype
This diff is collapsed.
Click to expand it.
profiles/base/use.mask
+
3
−
0
View file @
b2f62c53
...
...
@@ -13,3 +13,6 @@ elibc_mintlib
# We likewise do not support the unmaintained uclibc any more
elibc_uclibc
# eesh.
elibc_interix
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment