diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2008-10-21 16:01:02 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@openedhand.com> | 2008-10-21 16:01:02 +0200 |
commit | e5c53ce035eb36fc1b416e9971582a45754844be (patch) | |
tree | 4d14d39f2e5f5c4a371a17563155b3f6bd2f0e93 /meta/packages/mesa/mesa-dri_7.2.bb | |
parent | 3e045793c740cbac302c2077cc839f1a64c03bc2 (diff) | |
download | poky-e5c53ce035eb36fc1b416e9971582a45754844be.tar.gz |
netbook: changed platform name from eee901 to netbook
We want to have a more generic platform definition.
The netbook machine one currently supports the eee901 and the aspire one.
We also moved the machine and netbook image definitions to meta-moblin.
Diffstat (limited to 'meta/packages/mesa/mesa-dri_7.2.bb')
-rw-r--r-- | meta/packages/mesa/mesa-dri_7.2.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/mesa/mesa-dri_7.2.bb b/meta/packages/mesa/mesa-dri_7.2.bb index c96863fd7a..77b68c4558 100644 --- a/meta/packages/mesa/mesa-dri_7.2.bb +++ b/meta/packages/mesa/mesa-dri_7.2.bb | |||
@@ -5,13 +5,13 @@ LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat" | |||
5 | 5 | ||
6 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" | 6 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" |
7 | 7 | ||
8 | PR = "r4" | 8 | PR = "r5" |
9 | 9 | ||
10 | # most of our targets do not have DRI so will use mesa-xlib | 10 | # most of our targets do not have DRI so will use mesa-xlib |
11 | DEFAULT_PREFERENCE = "-1" | 11 | DEFAULT_PREFERENCE = "-1" |
12 | 12 | ||
13 | # ASUS EeePC 901 has DRI support so use mesa-dri by default | 13 | # Netbooks have DRI support so use mesa-dri by default |
14 | DEFAULT_PREFERENCE_eee901 = "1" | 14 | DEFAULT_PREFERENCE_netbook = "1" |
15 | 15 | ||
16 | PACKAGES =+ "${PN}-xprogs" | 16 | PACKAGES =+ "${PN}-xprogs" |
17 | 17 | ||