blob: 02a9763f7f35cdccb60da88835429f0508f862eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 2010 Brett Witherspoon <spoonb@cdspooner.com>
# Distributed under the terms of the GNU General Public License v2
require plymouth
require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.12 ] ]
PLATFORMS="~amd64"
DEFAULT_SRC_PREPARE_PATCHES=(
"${FILES}"/plymouth-fix-window-size-with-multiple-heads.patch
"${FILES}"/plymouth-include-sysmacros.patch
"${FILES}"/plymouth-redcore-defaults.patch
)
|