Skip to content

Commit

Permalink
[randrproto] Improves package
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Sertelon <romain@sertelon.fr>
  • Loading branch information
rsertelon committed Mar 22, 2018
1 parent fa3b3d1 commit 402b4e8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions randrproto/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ pkg_upstream_url="https://www.x.org/"
pkg_license=('MIT')
pkg_source="https://www.x.org/releases/individual/proto/${pkg_name}-${pkg_version}.tar.bz2"
pkg_shasum="4c675533e79cd730997d232c8894b6692174dce58d3e207021b8f860be498468"
pkg_build_deps=(core/gcc core/make core/pkg-config core/util-macros)
pkg_build_deps=(
core/gcc
core/make
core/pkg-config
core/util-macros
)
pkg_include_dirs=(include)
pkg_lib_dirs=(lib)
pkg_pconfig_dirs=(lib/pkgconfig)

do_check() {
make check
}

0 comments on commit 402b4e8

Please sign in to comment.