Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
oclock
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xorg
app
oclock
Commits
01110cd4
Commit
01110cd4
authored
Dec 07, 2005
by
Kevin E Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change to use the app-defaults default dir configured in libXt.
parent
de145e04
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletion
+11
-1
ChangeLog
ChangeLog
+6
-0
Makefile.am
Makefile.am
+1
-1
configure.ac
configure.ac
+4
-0
No files found.
ChangeLog
View file @
01110cd4
2005-12-07 Kevin E. Martin <kem-at-freedesktop-dot-org>
* Makefile.am:
* configure.ac:
Change to use the app-defaults default dir configured in libXt.
2005-12-06 Kevin E. Martin <kem-at-freedesktop-dot-org>
* Makefile.am:
...
...
Makefile.am
View file @
01110cd4
...
...
@@ -38,7 +38,7 @@ appman_PRE = \
# App default files (*.ad)
appdefaultdir
=
$(libdir)
/X11/app-defaults
appdefaultdir
=
@appdefaultdir@
APPDEFAULTFILES
=
\
...
...
configure.ac
View file @
01110cd4
...
...
@@ -36,6 +36,10 @@ PKG_CHECK_MODULES(OCLOCK, x11 xmu xext)
AC_SUBST(OCLOCK_CFLAGS)
AC_SUBST(OCLOCK_LIBS)
PKG_CHECK_MODULES(APPDEFS, xt)
appdefaultdir=$(pkg-config --variable=appdefaultdir xt)
AC_SUBST(appdefaultdir)
XORG_MANPAGE_SECTIONS
XORG_RELEASE_VERSION
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment