blob: 86c5b7cea1194c6d6588b885c9b6624a22a701bb [file] [log] [blame]
# Copyright (c) 2014 The Native Client Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
EXTRA_CONFIGURE_ARGS+=" --datarootdir=/share"
NACLPORTS_LIBS+=" -lX11 -lxcb -lXau"
EnableCliMain
EnableGlibcCompat
InstallStep() {
DefaultInstallStep
LogExecute mv ${DESTDIR}/share ${DESTDIR}${PREFIX}/
}